Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ module github.com/ory/hydra

require (
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/bombsimon/wsl v1.2.8 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.9.0 // indirect
github.com/go-bindata/go-bindata v3.1.1+incompatible
github.com/go-critic/go-critic v0.4.1 // indirect
github.com/go-openapi/errors v0.19.2
github.com/go-openapi/runtime v0.19.5
github.com/go-openapi/strfmt v0.19.3
Expand All @@ -18,7 +15,6 @@ require (
github.com/gobuffalo/packr v1.24.0
github.com/gobwas/glob v0.2.3
github.com/golang/mock v1.3.1
github.com/golangci/golangci-lint v1.22.2 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/sessions v1.1.4-0.20181208214519-12bd4761fc66
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69
Expand All @@ -27,7 +23,6 @@ require (
github.com/julienschmidt/httprouter v1.2.0
github.com/lib/pq v1.2.0
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/meatballhat/negroni-logrus v0.0.0-20170801195057-31067281800f
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/oleiade/reflections v1.0.0
Expand All @@ -49,7 +44,6 @@ require (
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/securego/gosec v0.0.0-20200106085552-9cb83e10afad // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.5
Expand All @@ -62,11 +56,11 @@ require (
go.opentelemetry.io/otel v0.2.1
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/tools v0.0.0-20200110042803-e2f26524b78c
gopkg.in/ini.v1 v1.51.1 // indirect
gopkg.in/square/go-jose.v2 v2.3.1
mvdan.cc/unparam v0.0.0-20191111180625-960b1ec0f2c2 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)

replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
Expand Down
Loading