Skip to content

Commit

Permalink
OSD-22507: Set k8s logger zap dep in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
nephomaniac committed Oct 31, 2024
1 parent 1d2f4fd commit e6527fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ require (
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
go.uber.org/mock v0.4.0
go.uber.org/zap v1.26.0
golang.org/x/sync v0.6.0
golang.org/x/term v0.22.0
google.golang.org/api v0.171.0
Expand Down Expand Up @@ -202,7 +203,6 @@ require (
go.opentelemetry.io/otel/trace v1.24.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.24.0 // indirect
Expand Down

0 comments on commit e6527fc

Please sign in to comment.