@@ -8,7 +8,7 @@ require (
8
8
github.com/sirupsen/logrus v1.9.0
9
9
github.com/slack-go/slack v0.11.3
10
10
github.com/spf13/pflag v1.0.5
11
- github.com/traefik/traefik/v2 v2.9.1
11
+ github.com/traefik/traefik/v2 v2.6.7
12
12
gopkg.in/yaml.v2 v2.4.0
13
13
k8s.io/apimachinery v0.25.3
14
14
k8s.io/client-go v0.25.3
@@ -17,6 +17,7 @@ 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
20
21
github.com/davecgh/go-spew v1.1.1 // indirect
21
22
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
22
23
github.com/go-logr/logr v1.2.3 // indirect
@@ -28,6 +29,7 @@ require (
28
29
github.com/google/gnostic v0.5.7-v3refs // indirect
29
30
github.com/google/go-querystring v1.1.0 // indirect
30
31
github.com/google/gofuzz v1.2.0 // indirect
32
+ github.com/gorilla/mux v1.8.0 // indirect
31
33
github.com/gorilla/websocket v1.5.0 // indirect
32
34
github.com/gravitational/trace v1.1.16-0.20220114165159-14a9a7dd6aaf // indirect
33
35
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -37,18 +39,24 @@ require (
37
39
github.com/josharian/intern v1.0.0 // indirect
38
40
github.com/json-iterator/go v1.1.12 // indirect
39
41
github.com/mailru/easyjson v0.7.7 // indirect
42
+ github.com/miekg/dns v1.1.45 // indirect
40
43
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
41
44
github.com/modern-go/reflect2 v1.0.2 // indirect
42
45
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
46
+ github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
43
47
github.com/pkg/errors v0.9.1 // indirect
48
+ github.com/traefik/paerser v0.1.5 // indirect
44
49
github.com/vulcand/predicate v1.2.0 // indirect
45
50
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
51
+ golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
46
52
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
47
53
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
48
54
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
49
55
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
50
56
golang.org/x/text v0.3.7 // indirect
51
57
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
58
+ golang.org/x/tools v0.1.10 // indirect
59
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
52
60
google.golang.org/appengine v1.6.7 // indirect
53
61
google.golang.org/protobuf v1.28.0 // indirect
54
62
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments