@@ -4,7 +4,7 @@ go 1.23.0
4
4
5
5
require (
6
6
github.com/go-logr/logr v1.4.2
7
- github.com/pelletier/go-toml/v2 v2.2.3
7
+ github.com/pelletier/go-toml/v2 v2.2.4
8
8
github.com/prometheus/common v0.63.0
9
9
github.com/stretchr/testify v1.10.0
10
10
golang.org/x/sync v0.12.0
@@ -19,15 +19,12 @@ require (
19
19
20
20
require (
21
21
cel.dev/expr v0.18.0 // indirect
22
- github.com/NYTimes/gziphandler v1.1.1 // indirect
23
22
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
24
23
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
25
24
github.com/beorn7/perks v1.0.1 // indirect
26
25
github.com/blang/semver/v4 v4.0.0 // indirect
27
26
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
28
27
github.com/cespare/xxhash/v2 v2.3.0 // indirect
29
- github.com/coreos/go-semver v0.3.1 // indirect
30
- github.com/coreos/go-systemd/v22 v22.5.0 // indirect
31
28
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
32
29
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
33
30
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
@@ -41,7 +38,6 @@ require (
41
38
github.com/go-openapi/jsonreference v0.20.2 // indirect
42
39
github.com/go-openapi/swag v0.23.0 // indirect
43
40
github.com/gogo/protobuf v1.3.2 // indirect
44
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
45
41
github.com/golang/protobuf v1.5.4 // indirect
46
42
github.com/google/btree v1.1.3 // indirect
47
43
github.com/google/cel-go v0.22.0 // indirect
@@ -50,14 +46,11 @@ require (
50
46
github.com/google/gofuzz v1.2.0 // indirect
51
47
github.com/google/uuid v1.6.0 // indirect
52
48
github.com/gorilla/websocket v1.5.0 // indirect
53
- github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
54
49
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
55
- github.com/imdario/mergo v0.3.15 // indirect
56
50
github.com/inconshreveable/mousetrap v1.1.0 // indirect
57
51
github.com/josharian/intern v1.0.0 // indirect
58
52
github.com/json-iterator/go v1.1.12 // indirect
59
53
github.com/klauspost/compress v1.17.9 // indirect
60
- github.com/kylelemons/godebug v1.1.0 // indirect
61
54
github.com/mailru/easyjson v0.7.7 // indirect
62
55
github.com/moby/spdystream v0.5.0 // indirect
63
56
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -74,10 +67,6 @@ require (
74
67
github.com/stoewer/go-strcase v1.3.0 // indirect
75
68
github.com/vladimirvivien/gexe v0.4.1 // indirect
76
69
github.com/x448/float16 v0.8.4 // indirect
77
- go.etcd.io/etcd/api/v3 v3.5.16 // indirect
78
- go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
79
- go.etcd.io/etcd/client/v3 v3.5.16 // indirect
80
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
81
70
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
82
71
go.opentelemetry.io/otel v1.28.0 // indirect
83
72
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
@@ -88,7 +77,6 @@ require (
88
77
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
89
78
go.uber.org/multierr v1.11.0 // indirect
90
79
go.uber.org/zap v1.27.0 // indirect
91
- golang.org/x/crypto v0.33.0 // indirect
92
80
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
93
81
golang.org/x/net v0.35.0 // indirect
94
82
golang.org/x/oauth2 v0.25.0 // indirect
@@ -103,12 +91,9 @@ require (
103
91
google.golang.org/protobuf v1.36.5 // indirect
104
92
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
105
93
gopkg.in/inf.v0 v0.9.1 // indirect
106
- gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
107
- gopkg.in/yaml.v2 v2.4.0 // indirect
108
94
gopkg.in/yaml.v3 v3.0.1 // indirect
109
95
k8s.io/apiserver v0.32.3 // indirect
110
96
k8s.io/component-base v0.32.3 // indirect
111
- k8s.io/kms v0.32.3 // indirect
112
97
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
113
98
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
114
99
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
0 commit comments