We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536ff35 commit 2060219Copy full SHA for 2060219
go.mod
@@ -14,7 +14,6 @@ require (
14
github.com/prometheus/client_golang v1.23.2
15
github.com/stretchr/testify v1.11.1
16
go.etcd.io/etcd/client/pkg/v3 v3.6.6
17
- go.uber.org/zap v1.27.0
18
k8s.io/api v0.34.2
19
k8s.io/apimachinery v0.34.2
20
k8s.io/client-go v0.34.2
@@ -77,6 +76,7 @@ require (
77
76
go.opentelemetry.io/otel/trace v1.35.0 // indirect
78
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
79
go.uber.org/multierr v1.11.0 // indirect
+ go.uber.org/zap v1.27.0 // indirect
80
go.yaml.in/yaml/v2 v2.4.2 // indirect
81
go.yaml.in/yaml/v3 v3.0.4 // indirect
82
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
0 commit comments