Skip to content

Commit

Permalink
CORE: go.mod update
Browse files Browse the repository at this point in the history
For some reason go mod tidy wanted to move around dependencies.

Signed-off-by: Jim Fitzpatrick <[email protected]>
  • Loading branch information
Boomatang committed Jan 8, 2025
1 parent 3d55f61 commit 7fde86b
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7fde86b

Please sign in to comment.