Skip to content

Commit

Permalink
apply 'go mod tidy'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Mar 22, 2024
1 parent 7e42dc6 commit 3775200
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/sync_envoy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ commit_changes () {


build_protos
go mod tidy
sync_protos
commit_changes
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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 @@ -19,7 +20,6 @@ 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 3775200

Please sign in to comment.