Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed Aug 1, 2020
1 parent 399f3da commit 40bd110
Show file tree
Hide file tree
Showing 2 changed files with 407 additions and 6 deletions.
32 changes: 26 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,35 @@ module github.com/thomseddon/traefik-forward-auth
go 1.14

require (
github.com/Azure/go-autorest v11.1.2+incompatible // indirect
github.com/Jeffail/gabs/v2 v2.5.1
github.com/containous/traefik/v2 v2.1.2
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5 // indirect
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
github.com/containous/traefik/v2 v2.2.8
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/decker502/dnspod-go v0.2.0 // indirect
github.com/go-ini/ini v1.44.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/gravitational/trace v1.1.11 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jonboulle/clockwork v0.2.0 // indirect
github.com/miekg/dns v1.1.31 // indirect
github.com/opencontainers/runc v1.0.0-rc8 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.5.1
github.com/thomseddon/go-flags v1.4.1-0.20190507184247-a3629c504486
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
gopkg.in/square/go-jose.v2 v2.3.1
github.com/transip/gotransip v5.8.2+incompatible // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.1
)

// From traefik
Expand Down
Loading

0 comments on commit 40bd110

Please sign in to comment.