diff --git a/go.mod b/go.mod index 9ed4880..e49eca2 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,6 @@ require ( go.uber.org/goleak v1.3.0 go.uber.org/mock v0.4.0 go.uber.org/multierr v1.11.0 - golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f ) require ( @@ -251,6 +250,7 @@ require ( go.uber.org/automaxprocs v1.5.3 // indirect go.uber.org/zap v1.27.0 // indirect golang.org/x/crypto v0.22.0 // indirect + golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect golang.org/x/net v0.24.0 // indirect golang.org/x/sys v0.19.0 // indirect