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.9 github.com/go-bindata/go-bindata v3.1.1+incompatible github.com/go-sql-driver/mysql v1.5.0 github.com/gobuffalo/httptest v1.0.2 github.com/gobuffalo/packr v1.22.0 github.com/gobuffalo/pop/v5 v5.0.11 github.com/google/uuid v1.1.0 github.com/gorilla/websocket v1.4.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/lib/pq v1.3.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/analytics-go/v4 v4.0.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.8.3 github.com/ory/jsonschema/v3 v3.0.1 github.com/ory/viper v1.7.5 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/sirupsen/logrus v1.6.0 github.com/spf13/cast v1.3.1 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.5.1 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/urfave/negroni v1.0.0 golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 gonum.org/v1/plot v0.0.0-20200111075622-4abb28f724d5 gopkg.in/square/go-jose.v2 v2.2.2 ) go 1.14