@@ -9,6 +9,7 @@ require (
9
9
github.com/haproxytech/config-parser/v4 v4.0.0-rc2.0.20211021093817-f9021b6ca61c
10
10
github.com/jessevdk/go-flags v1.4.0
11
11
github.com/pires/go-proxyproto v0.6.1
12
+ github.com/prometheus/client_golang v1.12.1
12
13
github.com/stretchr/testify v1.7.0
13
14
k8s.io/api v0.22.2
14
15
k8s.io/apimachinery v0.22.2
@@ -19,6 +20,8 @@ require (
19
20
github.com/PuerkitoBio/purell v1.1.1 // indirect
20
21
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
21
22
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
23
+ github.com/beorn7/perks v1.0.1 // indirect
24
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
22
25
github.com/davecgh/go-spew v1.1.1 // indirect
23
26
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
24
27
github.com/go-logr/logr v0.4.0 // indirect
@@ -42,23 +45,27 @@ require (
42
45
github.com/googleapis/gnostic v0.5.5 // indirect
43
46
github.com/haproxytech/go-logger v1.0.0 // indirect
44
47
github.com/imdario/mergo v0.3.5 // indirect
45
- github.com/json-iterator/go v1.1.11 // indirect
48
+ github.com/json-iterator/go v1.1.12 // indirect
46
49
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
47
50
github.com/mailru/easyjson v0.7.1 // indirect
51
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
48
52
github.com/mitchellh/mapstructure v1.2.2 // indirect
49
53
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
50
- github.com/modern-go/reflect2 v1.0.1 // indirect
54
+ github.com/modern-go/reflect2 v1.0.2 // indirect
51
55
github.com/pkg/errors v0.9.1 // indirect
52
56
github.com/pmezard/go-difflib v1.0.0 // indirect
57
+ github.com/prometheus/client_model v0.2.0 // indirect
58
+ github.com/prometheus/common v0.32.1 // indirect
59
+ github.com/prometheus/procfs v0.7.3 // indirect
53
60
github.com/spf13/pflag v1.0.5 // indirect
54
61
go.mongodb.org/mongo-driver v1.5.1 // indirect
55
- golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
56
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
57
- golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
62
+ golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
63
+ golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
64
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
58
65
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
59
66
golang.org/x/text v0.3.6 // indirect
60
67
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
61
- google.golang.org/appengine v1.6.5 // indirect
68
+ google.golang.org/appengine v1.6.6 // indirect
62
69
google.golang.org/protobuf v1.26.0 // indirect
63
70
gopkg.in/inf.v0 v0.9.1 // indirect
64
71
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments