Skip to content

Commit

Permalink
apply 'go mod tidy'
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu MOREL <[email protected]>
  • Loading branch information
mmorel-35 committed Mar 22, 2024
1 parent db0b36a commit 7e42dc6
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 @@ -6,7 +6,6 @@ require (
github.com/census-instrumentation/opencensus-proto v0.4.1
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa
github.com/envoyproxy/protoc-gen-validate v1.0.4
github.com/golang/protobuf v1.5.4
github.com/google/go-cmp v0.6.0
github.com/planetscale/vtprotobuf v0.5.1-0.20231212170721-e7d721933795
github.com/prometheus/client_model v0.6.0
Expand All @@ -20,6 +19,7 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.20.0 // indirect
Expand Down

0 comments on commit 7e42dc6

Please sign in to comment.