|
1 | 1 | module github.com/thomseddon/traefik-forward-auth
|
2 | 2 |
|
3 |
| -go 1.20 |
| 3 | +go 1.22 |
| 4 | + |
| 5 | +toolchain go1.22.2 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/coreos/go-oidc v2.2.1+incompatible
|
7 | 9 | github.com/sirupsen/logrus v1.9.3
|
8 | 10 | github.com/stretchr/testify v1.8.4
|
9 | 11 | github.com/thomseddon/go-flags v1.4.1-0.20190507184247-a3629c504486
|
10 |
| - github.com/traefik/traefik/v2 v2.10.4 |
11 |
| - golang.org/x/oauth2 v0.10.0 |
| 12 | + github.com/traefik/traefik/v2 v2.11.2 |
| 13 | + golang.org/x/oauth2 v0.20.0 |
12 | 14 | gopkg.in/square/go-jose.v2 v2.6.0
|
13 | 15 | )
|
14 | 16 |
|
15 | 17 | require (
|
16 | 18 | github.com/containous/alice v0.0.0-20181107144136-d83ebdd94cbd // indirect
|
17 |
| - github.com/davecgh/go-spew v1.1.1 // indirect |
18 |
| - github.com/golang/protobuf v1.5.3 // indirect |
19 |
| - github.com/gorilla/mux v1.8.0 // indirect |
20 |
| - github.com/gravitational/trace v1.1.16-0.20220114165159-14a9a7dd6aaf // indirect |
21 |
| - github.com/jonboulle/clockwork v0.2.2 // indirect |
22 |
| - github.com/miekg/dns v1.1.55 // indirect |
| 19 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 20 | + github.com/golang/protobuf v1.5.4 // indirect |
| 21 | + github.com/gorilla/mux v1.8.1 // indirect |
| 22 | + github.com/gravitational/trace v1.4.0 // indirect |
| 23 | + github.com/jonboulle/clockwork v0.4.0 // indirect |
| 24 | + github.com/miekg/dns v1.1.59 // indirect |
23 | 25 | github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
24 |
| - github.com/pmezard/go-difflib v1.0.0 // indirect |
| 26 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
25 | 27 | github.com/pquerna/cachecontrol v0.2.0 // indirect
|
26 | 28 | github.com/traefik/paerser v0.2.0 // indirect
|
27 | 29 | github.com/vulcand/predicate v1.2.0 // indirect
|
28 |
| - golang.org/x/crypto v0.11.0 // indirect |
29 |
| - golang.org/x/mod v0.11.0 // indirect |
30 |
| - golang.org/x/net v0.12.0 // indirect |
31 |
| - golang.org/x/sys v0.10.0 // indirect |
32 |
| - golang.org/x/term v0.10.0 // indirect |
33 |
| - golang.org/x/text v0.11.0 // indirect |
34 |
| - golang.org/x/tools v0.10.0 // indirect |
35 |
| - google.golang.org/appengine v1.6.7 // indirect |
36 |
| - google.golang.org/protobuf v1.31.0 // indirect |
| 30 | + golang.org/x/crypto v0.23.0 // indirect |
| 31 | + golang.org/x/mod v0.17.0 // indirect |
| 32 | + golang.org/x/net v0.25.0 // indirect |
| 33 | + golang.org/x/sync v0.7.0 // indirect |
| 34 | + golang.org/x/sys v0.20.0 // indirect |
| 35 | + golang.org/x/term v0.20.0 // indirect |
| 36 | + golang.org/x/text v0.15.0 // indirect |
| 37 | + golang.org/x/tools v0.21.0 // indirect |
| 38 | + google.golang.org/appengine v1.6.8 // indirect |
| 39 | + google.golang.org/protobuf v1.34.1 // indirect |
37 | 40 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
38 | 41 | )
|
39 | 42 |
|
|
0 commit comments