Skip to content

Commit

Permalink
build(deps): bump the contrib-golang group
Browse files Browse the repository at this point in the history
Bumps the contrib-golang group in /contrib/golang/filters/http/test/test_data/action with 1 update: google.golang.org/protobuf.


Updates `google.golang.org/protobuf` from 1.31.0 to 1.32.0

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: contrib-golang
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
1 parent 8f00d1f commit 2ce1136
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions contrib/golang/filters/http/test/test_data/action/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@ module example.com/action

go 1.20

require (
github.com/cncf/xds/go v0.0.0-20230112175826-46e39c7b9b43
github.com/envoyproxy/envoy v1.24.0
)
require github.com/envoyproxy/envoy v1.24.0

require github.com/google/go-cmp v0.5.9 // indirect

require (
github.com/envoyproxy/protoc-gen-validate v0.9.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/protobuf v1.31.0
)
require google.golang.org/protobuf v1.32.0 // indirect

replace github.com/envoyproxy/envoy => ../../../../../../../

0 comments on commit 2ce1136

Please sign in to comment.