From 7fde86b0cb2d52f047d5cecba56478767b76a1cb Mon Sep 17 00:00:00 2001 From: Jim Fitzpatrick Date: Wed, 8 Jan 2025 09:59:00 +0000 Subject: [PATCH] CORE: go.mod update For some reason go mod tidy wanted to move around dependencies. Signed-off-by: Jim Fitzpatrick --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2859361df..1c2b73ad3 100644 --- a/go.mod +++ b/go.mod @@ -20,6 +20,7 @@ require ( github.com/prometheus/client_golang v1.20.4 github.com/samber/lo v1.47.0 go.uber.org/zap v1.27.0 + golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 google.golang.org/protobuf v1.34.2 gotest.tools v2.2.0+incompatible istio.io/api v1.22.3-0.20240703105953-437a88321a16 @@ -75,7 +76,6 @@ require ( github.com/telepresenceio/watchable v0.0.0-20220726211108-9bb86f92afa7 // indirect github.com/x448/float16 v0.8.4 // indirect go.uber.org/multierr v1.11.0 // indirect - golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect golang.org/x/net v0.29.0 // indirect golang.org/x/oauth2 v0.23.0 // indirect golang.org/x/sync v0.8.0 // indirect