Skip to content

Commit a4d3854

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

golang-network/simple/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toolchain go1.24.1
88
// NOTICE: these lines could be generated automatically by "go mod tidy"
99
require (
1010
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa
11-
github.com/envoyproxy/envoy v1.34.2
11+
github.com/envoyproxy/envoy v1.34.3
1212
google.golang.org/protobuf v1.36.6
1313
)
1414

golang-network/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.2 h1:wSvunYOXuqZM/hSOw8mn+XDrWXPnHaB/ZttK6NRzACA=
4-
github.com/envoyproxy/envoy v1.34.2/go.mod h1:A/vRPuqivdZBAr0NfT3sccV8KtY07B2PyvILAdV0qCU=
3+
github.com/envoyproxy/envoy v1.34.3 h1:nN+nIXyG3/n+FmnRsSCLEKK16wdeYIdbGxuZPbdRWlc=
4+
github.com/envoyproxy/envoy v1.34.3/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)