module github.com/ory/x require ( github.com/cenkalti/backoff v2.2.1+incompatible github.com/fatih/structs v1.1.0 github.com/fsnotify/fsnotify v1.4.7 github.com/go-bindata/go-bindata v3.1.1+incompatible github.com/go-sql-driver/mysql v1.4.1 github.com/gobuffalo/packr v1.22.0 github.com/google/uuid v1.1.0 github.com/jackc/pgconn v1.3.2 github.com/jackc/pgx/v4 v4.4.1 github.com/jmoiron/sqlx v1.2.0 github.com/julienschmidt/httprouter v1.2.0 github.com/luna-duclos/instrumentedsql v1.1.2 github.com/mattn/goveralls v0.0.2 github.com/mitchellh/go-homedir v1.1.0 github.com/opentracing/opentracing-go v1.1.0 github.com/ory/dockertest/v3 v3.5.4 github.com/ory/fosite v0.29.0 github.com/ory/go-acc v0.0.0-20181118080137-ddc355013f90 github.com/ory/herodot v0.7.0 github.com/ory/jsonschema/v3 v3.0.1 github.com/ory/viper v1.5.6 github.com/pborman/uuid v1.2.0 github.com/pkg/errors v0.9.1 github.com/pkg/profile v1.2.1 github.com/rs/cors v1.6.0 github.com/rubenv/sql-migrate v0.0.0-20190212093014-1007f53448d7 github.com/segmentio/analytics-go v3.1.0+incompatible github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/stretchr/testify v1.4.0 github.com/tidwall/gjson v1.3.2 github.com/tidwall/sjson v1.0.4 github.com/uber/jaeger-client-go v2.22.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect github.com/urfave/negroni v1.0.0 go.uber.org/atomic v1.5.1 // indirect golang.org/x/crypto v0.0.0-20200117160349-530e935923ad golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect golang.org/x/tools v0.0.0-20200203215610-ab391d50b528 // indirect gonum.org/v1/netlib v0.0.0-20191229114700-bbb4dff026f8 // indirect gonum.org/v1/plot v0.0.0-20200111075622-4abb28f724d5 gopkg.in/square/go-jose.v2 v2.2.2 ) go 1.13