Skip to content

Commit 4784e46

Browse files
dependabot[bot]phlax
authored andcommitted
build(deps): bump github.com/envoyproxy/envoy
Bumps the examples-golang-http group in /golang-http/simple with 1 update: [github.com/envoyproxy/envoy](https://github.com/envoyproxy/envoy). Updates `github.com/envoyproxy/envoy` from 1.34.1 to 1.34.2 - [Release notes](https://github.com/envoyproxy/envoy/releases) - [Changelog](https://github.com/envoyproxy/envoy/blob/main/RELEASES.md) - [Commits](envoyproxy/envoy@v1.34.1...v1.34.2) --- updated-dependencies: - dependency-name: github.com/envoyproxy/envoy dependency-version: 1.34.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: examples-golang-http ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6853332 commit 4784e46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

golang-http/simple/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ go 1.22
66
// NOTICE: these lines could be generated automatically by "go mod tidy"
77
require (
88
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa
9-
github.com/envoyproxy/envoy v1.34.1
9+
github.com/envoyproxy/envoy v1.34.2
1010
google.golang.org/protobuf v1.36.6
1111
)
1212

golang-http/simple/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa h1:jQCWAUqqlij9Pgj2i/PB79y4KOPYVyFYdROxgaCwdTQ=
22
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa/go.mod h1:x/1Gn8zydmfq8dk6e9PdstVsDgu9RuyIIJqAaF//0IM=
3-
github.com/envoyproxy/envoy v1.34.1 h1:fzBIrgrpFwRsAK7w4SF4i2yUT3lQ1j/arnburlQ8zgc=
4-
github.com/envoyproxy/envoy v1.34.1/go.mod h1:A/vRPuqivdZBAr0NfT3sccV8KtY07B2PyvILAdV0qCU=
3+
github.com/envoyproxy/envoy v1.34.2 h1:wSvunYOXuqZM/hSOw8mn+XDrWXPnHaB/ZttK6NRzACA=
4+
github.com/envoyproxy/envoy v1.34.2/go.mod h1:A/vRPuqivdZBAr0NfT3sccV8KtY07B2PyvILAdV0qCU=
55
github.com/envoyproxy/protoc-gen-validate v1.0.2 h1:QkIBuU5k+x7/QXPvPPnWXWlCdaBFApVqftFV6k087DA=
66
github.com/envoyproxy/protoc-gen-validate v1.0.2/go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE=
77
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=

0 commit comments

Comments
 (0)