...
1module github.com/ory/x
2
3// remove once https://github.com/seatgeek/logrus-gelf-formatter/pull/5 is merged
4replace github.com/seatgeek/logrus-gelf-formatter => github.com/zepatrik/logrus-gelf-formatter v0.0.0-20210305135027-b8b3731dba10
5
6replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
7
8require (
9 github.com/DataDog/datadog-go v4.0.0+incompatible // indirect
10 github.com/bmatcuk/doublestar/v2 v2.0.3
11 github.com/containerd/containerd v1.4.3 // indirect
12 github.com/dgraph-io/ristretto v0.0.2
13 github.com/docker/distribution v2.7.1+incompatible // indirect
14 github.com/docker/docker v17.12.0-ce-rc1.0.20201201034508-7d75c1d40d88+incompatible
15 github.com/fatih/structs v1.1.0
16 github.com/fsnotify/fsnotify v1.4.9
17 github.com/ghodss/yaml v1.0.0
18 github.com/go-bindata/go-bindata v3.1.1+incompatible
19 github.com/go-openapi/errors v0.20.0 // indirect
20 github.com/go-openapi/runtime v0.19.26
21 github.com/go-sql-driver/mysql v1.5.0
22 github.com/gobuffalo/fizz v1.10.0
23 github.com/gobuffalo/httptest v1.0.2
24 github.com/gobuffalo/packr v1.22.0
25 github.com/gobuffalo/pop/v5 v5.3.1
26 github.com/golang/mock v1.3.1
27 github.com/google/go-jsonnet v0.16.0
28 github.com/google/uuid v1.1.2
29 github.com/gorilla/websocket v1.4.2
30 github.com/hashicorp/go-retryablehttp v0.6.8
31 github.com/inhies/go-bytesize v0.0.0-20201103132853-d0aed0d254f8
32 github.com/jackc/pgconn v1.6.0
33 github.com/jackc/pgx/v4 v4.6.0
34 github.com/jandelgado/gcov2lcov v1.0.4-0.20210120124023-b83752c6dc08
35 github.com/jmoiron/sqlx v1.2.0
36 github.com/julienschmidt/httprouter v1.2.0
37 github.com/knadh/koanf v0.14.1-0.20201201075439-e0853799f9ec
38 github.com/lib/pq v1.3.0
39 github.com/markbates/pkger v0.17.1
40 github.com/morikuni/aec v1.0.0 // indirect
41 github.com/opentracing/opentracing-go v1.2.0
42 github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
43 github.com/openzipkin/zipkin-go v0.2.2
44 github.com/ory/analytics-go/v4 v4.0.0
45 github.com/ory/dockertest/v3 v3.6.3
46 github.com/ory/go-acc v0.2.6
47 github.com/ory/herodot v0.9.2
48 github.com/ory/jsonschema/v3 v3.0.1
49 github.com/pborman/uuid v1.2.0
50 github.com/pelletier/go-toml v1.8.0
51 github.com/philhofer/fwd v1.0.0 // indirect
52 github.com/pkg/errors v0.9.1
53 github.com/pkg/profile v1.2.1
54 github.com/rs/cors v1.6.0
55 github.com/rubenv/sql-migrate v0.0.0-20190212093014-1007f53448d7
56 github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210219220335-367fa274be2c
57 github.com/sirupsen/logrus v1.6.0
58 github.com/spf13/cast v1.3.2-0.20200723214538-8d17101741c8
59 github.com/spf13/cobra v1.0.0
60 github.com/spf13/pflag v1.0.5
61 github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693
62 github.com/stretchr/testify v1.7.0
63 github.com/tidwall/gjson v1.7.1
64 github.com/tidwall/sjson v1.1.5
65 github.com/uber/jaeger-client-go v2.22.1+incompatible
66 github.com/urfave/negroni v1.0.0
67 go.elastic.co/apm v1.8.0
68 go.elastic.co/apm/module/apmot v1.8.0
69 go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.18.0
70 go.opentelemetry.io/otel v0.18.0
71 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
72 golang.org/x/mod v0.3.0
73 gonum.org/v1/plot v0.0.0-20200111075622-4abb28f724d5
74 google.golang.org/grpc v1.36.0
75 gopkg.in/DataDog/dd-trace-go.v1 v1.27.0
76 gopkg.in/square/go-jose.v2 v2.2.2
77)
78
79go 1.16
View as plain text