Skip to content

Commit 2060219

Browse files
committed
Remove unused zap logger dependency from direct requirements
Moved go.uber.org/zap from direct dependencies to indirect since it's not directly imported in the codebase.
1 parent 536ff35 commit 2060219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require (
1414
github.com/prometheus/client_golang v1.23.2
1515
github.com/stretchr/testify v1.11.1
1616
go.etcd.io/etcd/client/pkg/v3 v3.6.6
17-
go.uber.org/zap v1.27.0
1817
k8s.io/api v0.34.2
1918
k8s.io/apimachinery v0.34.2
2019
k8s.io/client-go v0.34.2
@@ -77,6 +76,7 @@ require (
7776
go.opentelemetry.io/otel/trace v1.35.0 // indirect
7877
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
7978
go.uber.org/multierr v1.11.0 // indirect
79+
go.uber.org/zap v1.27.0 // indirect
8080
go.yaml.in/yaml/v2 v2.4.2 // indirect
8181
go.yaml.in/yaml/v3 v3.0.4 // indirect
8282
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect

0 commit comments

Comments
 (0)