diff --git a/tests/e2e/go.mod b/tests/e2e/go.mod index 772dbda35e..2d1b5df6ac 100644 --- a/tests/e2e/go.mod +++ b/tests/e2e/go.mod @@ -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 ) @@ -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