Skip to content

Commit aeee988

Browse files
committed
Several fixes
1 parent c85a068 commit aeee988

File tree

3 files changed

+60
-7
lines changed

3 files changed

+60
-7
lines changed

go.mod

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/sirupsen/logrus v1.9.0
99
github.com/slack-go/slack v0.11.3
1010
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
1212
gopkg.in/yaml.v2 v2.4.0
1313
k8s.io/apimachinery v0.25.3
1414
k8s.io/client-go v0.25.3
@@ -17,6 +17,7 @@ require (
1717
require (
1818
github.com/PuerkitoBio/purell v1.1.1 // indirect
1919
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
20+
github.com/containous/alice v0.0.0-20181107144136-d83ebdd94cbd // indirect
2021
github.com/davecgh/go-spew v1.1.1 // indirect
2122
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
2223
github.com/go-logr/logr v1.2.3 // indirect
@@ -28,6 +29,7 @@ require (
2829
github.com/google/gnostic v0.5.7-v3refs // indirect
2930
github.com/google/go-querystring v1.1.0 // indirect
3031
github.com/google/gofuzz v1.2.0 // indirect
32+
github.com/gorilla/mux v1.8.0 // indirect
3133
github.com/gorilla/websocket v1.5.0 // indirect
3234
github.com/gravitational/trace v1.1.16-0.20220114165159-14a9a7dd6aaf // indirect
3335
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -37,18 +39,24 @@ require (
3739
github.com/josharian/intern v1.0.0 // indirect
3840
github.com/json-iterator/go v1.1.12 // indirect
3941
github.com/mailru/easyjson v0.7.7 // indirect
42+
github.com/miekg/dns v1.1.45 // indirect
4043
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4144
github.com/modern-go/reflect2 v1.0.2 // indirect
4245
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
46+
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
4347
github.com/pkg/errors v0.9.1 // indirect
48+
github.com/traefik/paerser v0.1.5 // indirect
4449
github.com/vulcand/predicate v1.2.0 // indirect
4550
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
51+
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
4652
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
4753
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
4854
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
4955
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
5056
golang.org/x/text v0.3.7 // indirect
5157
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
5260
google.golang.org/appengine v1.6.7 // indirect
5361
google.golang.org/protobuf v1.28.0 // indirect
5462
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)