Go mod tidy (#8126)

Saw some errors on main -- this just cleans up go mod via `go mod tidy`
pull/8071/head^2
Owen Diehl 2 years ago committed by GitHub
parent 5cff63dd02
commit c39cce74d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save