Skip to content

Commit 7717d02

Browse files
build(deps): bump the 01_minor-versions group with 5 updates (#55)
Bumps the 01_minor-versions group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/envoyproxy/go-control-plane/envoy](https://github.com/envoyproxy/go-control-plane) | `1.35.0` | `1.36.0` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.75.1` | `1.77.0` | Updates `github.com/envoyproxy/go-control-plane/envoy` from 1.35.0 to 1.36.0 - [Release notes](https://github.com/envoyproxy/go-control-plane/releases) - [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md) - [Commits](envoyproxy/go-control-plane@envoy/v1.35.0...envoy/v1.36.0) Updates `github.com/testcontainers/testcontainers-go` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `go.opentelemetry.io/otel` from 1.38.0 to 1.39.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0) Updates `go.opentelemetry.io/otel/trace` from 1.38.0 to 1.39.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0) Updates `google.golang.org/grpc` from 1.75.1 to 1.77.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.75.1...v1.77.0) --- updated-dependencies: - dependency-name: github.com/envoyproxy/go-control-plane/envoy dependency-version: 1.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 01_minor-versions - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 01_minor-versions - dependency-name: go.opentelemetry.io/otel dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 01_minor-versions - dependency-name: go.opentelemetry.io/otel/trace dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 01_minor-versions - dependency-name: google.golang.org/grpc dependency-version: 1.77.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: 01_minor-versions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fernando Cainelli <fernando.cainelli@getyourguide.com>
1 parent 0c296e1 commit 7717d02

File tree

2 files changed

+49
-78
lines changed

2 files changed

+49
-78
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@ module github.com/getyourguide/extproc-go
33
go 1.25.0
44

55
require (
6-
github.com/envoyproxy/go-control-plane/envoy v1.35.0
6+
github.com/envoyproxy/go-control-plane/envoy v1.36.0
77
github.com/go-logr/logr v1.4.3
88
github.com/golang/protobuf v1.5.4
99
github.com/stretchr/testify v1.11.1
10-
github.com/testcontainers/testcontainers-go v0.39.0
11-
go.opentelemetry.io/otel v1.38.0
12-
go.opentelemetry.io/otel/trace v1.38.0
13-
google.golang.org/grpc v1.75.1
10+
github.com/testcontainers/testcontainers-go v0.40.0
11+
go.opentelemetry.io/otel v1.39.0
12+
go.opentelemetry.io/otel/trace v1.39.0
13+
google.golang.org/grpc v1.77.0
1414
sigs.k8s.io/yaml v1.6.0
1515
)
1616

1717
require (
1818
dario.cat/mergo v1.0.2 // indirect
1919
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
2020
github.com/Microsoft/go-winio v0.6.2 // indirect
21-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
22-
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
21+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
22+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
23+
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect
2324
github.com/containerd/errdefs v1.0.0 // indirect
2425
github.com/containerd/errdefs/pkg v0.3.0 // indirect
2526
github.com/containerd/log v0.1.0 // indirect
2627
github.com/containerd/platforms v0.2.1 // indirect
2728
github.com/cpuguy83/dockercfg v0.3.2 // indirect
2829
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2930
github.com/distribution/reference v0.6.0 // indirect
30-
github.com/docker/docker v28.3.3+incompatible // indirect
31+
github.com/docker/docker v28.5.1+incompatible // indirect
3132
github.com/docker/go-connections v0.6.0 // indirect
3233
github.com/docker/go-units v0.5.0 // indirect
3334
github.com/ebitengine/purego v0.8.4 // indirect
3435
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
3536
github.com/felixge/httpsnoop v1.0.4 // indirect
3637
github.com/go-logr/stdr v1.2.2 // indirect
3738
github.com/go-ole/go-ole v1.2.6 // indirect
38-
github.com/gogo/protobuf v1.3.2 // indirect
3939
github.com/google/uuid v1.6.0 // indirect
4040
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
4141
github.com/klauspost/compress v1.18.0 // indirect
@@ -60,17 +60,17 @@ require (
6060
github.com/tklauser/go-sysconf v0.3.12 // indirect
6161
github.com/tklauser/numcpus v0.6.1 // indirect
6262
github.com/yusufpapurcu/wmi v1.2.4 // indirect
63-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
63+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
6464
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
6565
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
66-
go.opentelemetry.io/otel/metric v1.38.0 // indirect
66+
go.opentelemetry.io/otel/metric v1.39.0 // indirect
6767
go.yaml.in/yaml/v2 v2.4.2 // indirect
6868
golang.org/x/crypto v0.45.0 // indirect
6969
golang.org/x/net v0.47.0 // indirect
7070
golang.org/x/sys v0.38.0 // indirect
7171
golang.org/x/text v0.31.0 // indirect
7272
golang.org/x/time v0.7.0 // indirect
73-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
74-
google.golang.org/protobuf v1.36.6 // indirect
73+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
74+
google.golang.org/protobuf v1.36.10 // indirect
7575
gopkg.in/yaml.v3 v3.0.1 // indirect
7676
)

0 commit comments

Comments
 (0)