Skip to content

Commit d25be66

Browse files
committed
update go.mod - zap no longer indirect
Signed-off-by: perdasilva <[email protected]>
1 parent 5eba278 commit d25be66

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
@@ -10,6 +10,7 @@ require (
1010
github.com/operator-framework/deppy v0.0.0-20230125110717-dc02e928470f
1111
github.com/operator-framework/operator-registry v1.26.2
1212
github.com/operator-framework/rukpak v0.11.0
13+
go.uber.org/zap v1.21.0
1314
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
1415
google.golang.org/grpc v1.47.0
1516
k8s.io/api v0.25.0
@@ -70,7 +71,6 @@ require (
7071
github.com/spf13/pflag v1.0.5 // indirect
7172
go.uber.org/atomic v1.7.0 // indirect
7273
go.uber.org/multierr v1.6.0 // indirect
73-
go.uber.org/zap v1.21.0 // indirect
7474
golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect
7575
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
7676
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect

0 commit comments

Comments
 (0)