@@ -28,7 +28,7 @@ require (
28
28
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
29
29
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
30
30
github.com/oklog/run v1.1.0
31
- github.com/open-policy-agent/opa v0.69 .0
31
+ github.com/open-policy-agent/opa v1.1 .0
32
32
github.com/pkg/errors v0.9.1
33
33
github.com/prometheus-community/prom-label-proxy v0.8.1
34
34
github.com/prometheus/alertmanager v0.27.0
@@ -37,17 +37,17 @@ require (
37
37
github.com/prometheus/prometheus v1.8.2-0.20220228151929-e25a59925555
38
38
github.com/redis/rueidis v1.0.45
39
39
github.com/stretchr/testify v1.10.0
40
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56 .0
40
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59 .0
41
41
go.opentelemetry.io/contrib/propagators/jaeger v1.31.0
42
- go.opentelemetry.io/otel v1.31 .0
42
+ go.opentelemetry.io/otel v1.34 .0
43
43
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.31.1-0.20241016052246-a2347542010c
44
- go.opentelemetry.io/otel/sdk v1.31 .0
45
- go.opentelemetry.io/otel/trace v1.31 .0
44
+ go.opentelemetry.io/otel/sdk v1.34 .0
45
+ go.opentelemetry.io/otel/trace v1.34 .0
46
46
go.uber.org/automaxprocs v1.6.0
47
47
golang.org/x/oauth2 v0.26.0
48
- google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53
49
- google.golang.org/grpc v1.68.1
50
- google.golang.org/protobuf v1.35.2
48
+ google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f
49
+ google.golang.org/grpc v1.70.0
50
+ google.golang.org/protobuf v1.36.3
51
51
k8s.io/apimachinery v0.30.5
52
52
k8s.io/apiserver v0.30.5
53
53
k8s.io/client-go v0.30.5
@@ -76,12 +76,14 @@ require (
76
76
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
77
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
78
78
github.com/dennwc/varint v1.0.0 // indirect
79
+ github.com/docker/distribution v2.8.1+incompatible // indirect
80
+ github.com/docker/docker v23.0.3+incompatible // indirect
79
81
github.com/edsrzf/mmap-go v1.1.0 // indirect
80
82
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
81
83
github.com/fatih/structs v1.1.0 // indirect
82
84
github.com/felixge/httpsnoop v1.0.4 // indirect
83
85
github.com/flosch/pongo2/v4 v4.0.2 // indirect
84
- github.com/fsnotify/fsnotify v1.7 .0 // indirect
86
+ github.com/fsnotify/fsnotify v1.8 .0 // indirect
85
87
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
86
88
github.com/gin-contrib/sse v0.1.0 // indirect
87
89
github.com/gin-gonic/gin v1.9.1 // indirect
@@ -114,7 +116,7 @@ require (
114
116
github.com/gorilla/css v1.0.0 // indirect
115
117
github.com/gorilla/mux v1.8.1 // indirect
116
118
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
117
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
119
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
118
120
github.com/imdario/mergo v0.3.16 // indirect
119
121
github.com/iris-contrib/schema v0.0.6 // indirect
120
122
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -154,7 +156,7 @@ require (
154
156
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
155
157
github.com/sirupsen/logrus v1.9.3 // indirect
156
158
github.com/spf13/pflag v1.0.5 // indirect
157
- github.com/tchap/go-patricia/v2 v2.3.1 // indirect
159
+ github.com/tchap/go-patricia/v2 v2.3.2 // indirect
158
160
github.com/tdewolff/minify/v2 v2.12.9 // indirect
159
161
github.com/tdewolff/parse/v2 v2.6.8 // indirect
160
162
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
@@ -168,22 +170,23 @@ require (
168
170
github.com/yashtewari/glob-intersection v0.2.0 // indirect
169
171
github.com/yosssi/ace v0.0.5 // indirect
170
172
go.mongodb.org/mongo-driver v1.15.0 // indirect
171
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.31.0 // indirect
172
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
173
- go.opentelemetry.io/otel/metric v1.31.0 // indirect
174
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
173
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
174
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
175
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0 // indirect
176
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
177
+ go.opentelemetry.io/proto/otlp v1.5.0 // indirect
175
178
go.uber.org/atomic v1.11.0 // indirect
176
179
go.uber.org/goleak v1.3.0 // indirect
177
180
golang.org/x/arch v0.3.0 // indirect
178
- golang.org/x/crypto v0.31 .0 // indirect
181
+ golang.org/x/crypto v0.32 .0 // indirect
179
182
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
180
- golang.org/x/net v0.33 .0 // indirect
183
+ golang.org/x/net v0.34 .0 // indirect
181
184
golang.org/x/sync v0.10.0 // indirect
182
- golang.org/x/sys v0.28 .0 // indirect
183
- golang.org/x/term v0.27 .0 // indirect
185
+ golang.org/x/sys v0.29 .0 // indirect
186
+ golang.org/x/term v0.28 .0 // indirect
184
187
golang.org/x/text v0.21.0 // indirect
185
- golang.org/x/time v0.6 .0 // indirect
186
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
188
+ golang.org/x/time v0.9 .0 // indirect
189
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
187
190
gopkg.in/inf.v0 v0.9.1 // indirect
188
191
gopkg.in/ini.v1 v1.67.0 // indirect
189
192
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments