module github.com/ory/hydra go 1.14 require ( github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/go-bindata/go-bindata v3.1.1+incompatible github.com/go-openapi/errors v0.19.3 github.com/go-openapi/runtime v0.19.11 github.com/go-openapi/strfmt v0.19.4 github.com/go-openapi/swag v0.19.7 github.com/go-openapi/validate v0.19.6 github.com/go-sql-driver/mysql v1.5.0 github.com/go-swagger/go-swagger v0.22.1-0.20200306221957-4aad3a5f78b8 github.com/gobuffalo/packr v1.24.0 // indirect github.com/gobuffalo/packr/v2 v2.7.1 github.com/gobuffalo/pop/v5 v5.1.3 github.com/gobwas/glob v0.2.3 github.com/golang/mock v1.4.3 github.com/google/uuid v1.1.1 github.com/gorilla/securecookie v1.1.1 github.com/gorilla/sessions v1.2.0 github.com/gorilla/websocket v1.4.2 github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69 github.com/jackc/pgx/v4 v4.4.1 github.com/jmoiron/sqlx v1.2.0 github.com/julienschmidt/httprouter v1.3.0 github.com/mattn/go-runewidth v0.0.4 // indirect github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 github.com/oleiade/reflections v1.0.0 github.com/olekukonko/tablewriter v0.0.1 github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 github.com/openzipkin/zipkin-go v0.2.2 github.com/ory/analytics-go/v4 v4.0.1 github.com/ory/cli v0.0.10 github.com/ory/fosite v0.31.3 github.com/ory/go-acc v0.2.2 github.com/ory/graceful v0.1.1 github.com/ory/herodot v0.8.3 github.com/ory/viper v1.7.5 github.com/ory/x v0.0.130 github.com/pborman/uuid v1.2.0 github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5 github.com/pkg/errors v0.9.1 github.com/pkg/profile v1.3.0 // indirect github.com/prometheus/client_golang v1.4.0 github.com/rs/cors v1.6.0 github.com/rubenv/sql-migrate v0.0.0-20190212093014-1007f53448d7 github.com/sawadashota/encrypta v0.0.2 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.7.0 // indirect github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 github.com/stretchr/testify v1.5.1 github.com/tidwall/gjson v1.6.0 github.com/tidwall/pretty v1.0.1 // indirect github.com/toqueteos/webbrowser v1.2.0 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 golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d golang.org/x/tools v0.0.0-20200313205530-4303120df7d8 gopkg.in/square/go-jose.v2 v2.5.0 )