module github.com/ory/x require ( github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect github.com/cenkalti/backoff v2.2.1+incompatible github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containerd/continuity v0.0.0-20200107194136-26c1120b8d41 // indirect 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/envy v1.6.15 // indirect github.com/gobuffalo/packr v1.22.0 github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 // indirect github.com/google/uuid v1.1.0 github.com/gorilla/mux v1.7.0 // indirect github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect github.com/jmoiron/sqlx v1.2.0 github.com/julienschmidt/httprouter v1.2.0 github.com/lib/pq v1.0.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/gojsonschema v1.1.1-0.20190919112458-f254ca73d5e9 github.com/ory/herodot v0.6.2 github.com/ory/viper v1.5.6 github.com/pborman/uuid v1.2.0 github.com/pelletier/go-toml v1.4.0 // indirect github.com/pkg/errors v0.9.1 github.com/pkg/profile v1.2.1 github.com/rogpeppe/go-internal v1.2.2 // indirect github.com/rs/cors v1.6.0 github.com/rubenv/sql-migrate v0.0.0-20190212093014-1007f53448d7 github.com/santhosh-tekuri/jsonschema v1.2.4 github.com/santhosh-tekuri/jsonschema/v2 v2.1.0 github.com/segmentio/analytics-go v3.0.1+incompatible github.com/segmentio/backo-go v0.0.0-20160424052352-204274ad699c // indirect github.com/sirupsen/logrus v1.4.2 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/stretchr/testify v1.4.0 github.com/tidwall/gjson v1.3.2 github.com/tidwall/sjson v1.0.4 github.com/uber-go/atomic v1.3.2 // indirect github.com/uber/jaeger-client-go v2.15.0+incompatible github.com/uber/jaeger-lib v1.5.0 // indirect github.com/urfave/negroni v1.0.0 github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect github.com/ziutek/mymysql v1.5.4 // indirect golang.org/x/crypto v0.0.0-20200117160349-530e935923ad golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect golang.org/x/tools v0.0.0-20190711191110-9a621aea19f8 // indirect gopkg.in/gorp.v1 v1.7.2 // indirect gopkg.in/square/go-jose.v2 v2.2.2 gotest.tools v2.2.0+incompatible // indirect ) go 1.13