Skip to content

Commit

Permalink
Go mod tidy (#8126)
Browse files Browse the repository at this point in the history
Saw some errors on main -- this just cleans up go mod via `go mod tidy`
  • Loading branch information
owen-d authored Jan 12, 2023
1 parent 5cff63d commit c39cce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c39cce7

Please sign in to comment.