@@ -8,7 +8,7 @@ require (
8
8
github.com/sirupsen/logrus v1.8.1
9
9
github.com/slack-go/slack v0.10.3
10
10
github.com/spf13/pflag v1.0.5
11
- github.com/traefik/traefik/v2 v2.6.3
11
+ github.com/traefik/traefik/v2 v2.7.0
12
12
gopkg.in/yaml.v2 v2.4.0
13
13
k8s.io/apimachinery v0.24.1
14
14
k8s.io/client-go v0.24.1
@@ -17,7 +17,6 @@ require (
17
17
require (
18
18
github.com/PuerkitoBio/purell v1.1.1 // indirect
19
19
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
20
- github.com/containous/alice v0.0.0-20181107144136-d83ebdd94cbd // indirect
21
20
github.com/davecgh/go-spew v1.1.1 // indirect
22
21
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
23
22
github.com/go-logr/logr v1.2.0 // indirect
@@ -29,33 +28,25 @@ require (
29
28
github.com/google/gnostic v0.5.7-v3refs // indirect
30
29
github.com/google/go-querystring v1.1.0 // indirect
31
30
github.com/google/gofuzz v1.2.0 // indirect
32
- github.com/gorilla/context v1.1.1 // indirect
33
- github.com/gorilla/mux v1.8.0 // indirect
34
- github.com/gorilla/websocket v1.4.2 // indirect
35
- github.com/gravitational/trace v0.0.0-20190726142706-a535a178675f // indirect
31
+ github.com/gorilla/websocket v1.5.0 // indirect
32
+ github.com/gravitational/trace v1.1.16-0.20220114165159-14a9a7dd6aaf // indirect
36
33
github.com/imdario/mergo v0.3.12 // indirect
37
- github.com/jonboulle/clockwork v0.1.0 // indirect
34
+ github.com/jonboulle/clockwork v0.2.2 // indirect
38
35
github.com/josharian/intern v1.0.0 // indirect
39
36
github.com/json-iterator/go v1.1.12 // indirect
40
37
github.com/mailru/easyjson v0.7.6 // indirect
41
- github.com/miekg/dns v1.1.45 // indirect
42
38
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
43
39
github.com/modern-go/reflect2 v1.0.2 // indirect
44
40
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
45
- github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
46
41
github.com/pkg/errors v0.9.1 // indirect
47
- github.com/traefik/paerser v0.1.5 // indirect
48
- github.com/vulcand/predicate v1.1.0 // indirect
49
- golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
50
- golang.org/x/mod v0.4.2 // indirect
51
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
42
+ github.com/vulcand/predicate v1.2.0 // indirect
43
+ golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
44
+ golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
52
45
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
53
- golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
46
+ golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect
54
47
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
55
48
golang.org/x/text v0.3.7 // indirect
56
49
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
57
- golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
58
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
59
50
google.golang.org/appengine v1.6.7 // indirect
60
51
google.golang.org/protobuf v1.27.1 // indirect
61
52
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments