From c39cce74d18403759651cda7c6a93a4ed605b475 Mon Sep 17 00:00:00 2001 From: Owen Diehl Date: Thu, 12 Jan 2023 14:12:04 -0800 Subject: [PATCH] Go mod tidy (#8126) Saw some errors on main -- this just cleans up go mod via `go mod tidy` --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7f3774608e..50bd33cf65 100644 --- a/go.mod +++ b/go.mod @@ -119,6 +119,7 @@ require ( github.com/prometheus/common/sigv4 v0.1.0 github.com/thanos-io/objstore v0.0.0-20220715165016-ce338803bc1e github.com/willf/bloom v2.0.3+incompatible + golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 golang.org/x/oauth2 v0.4.0 golang.org/x/text v0.6.0 ) @@ -281,7 +282,6 @@ require ( go.uber.org/zap v1.21.0 // indirect go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect - golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect golang.org/x/mod v0.7.0 // indirect golang.org/x/term v0.4.0 // indirect golang.org/x/tools v0.4.0 // indirect