Skip to content

Commit

Permalink
update to go.mod and go.sum in root and tests/e2e after tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaialexandrescu committed Aug 31, 2023
1 parent 928f11c commit 4452863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ require (
github.com/twmb/franz-go/pkg/kmsg v1.4.0 // indirect
github.com/wayneashleyberry/terminal-dimensions v1.0.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
sigs.k8s.io/controller-runtime v0.14.6 // indirect
)

Expand Down Expand Up @@ -109,6 +108,7 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/crypto v0.7.0 // indirect
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
golang.org/x/sys v0.8.0 // indirect
Expand Down

0 comments on commit 4452863

Please sign in to comment.