Skip to content

Commit 4834b0f

Browse files
[+] bump testcontainers/testcontainers-go from 0.34.0 to 0.35.0 (#617)
* [+] bump `testcontainers/testcontainers-go` from 0.34.0 to 0.35.0 * [+] bump `testcontainers/testcontainers-go/modules/postgres` to v0.35 Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlo Golub <[email protected]>
1 parent e63d2d9 commit 4834b0f

File tree

2 files changed

+61
-29
lines changed

2 files changed

+61
-29
lines changed

go.mod

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ require (
1616
github.com/shopspring/decimal v1.4.0
1717
github.com/sirupsen/logrus v1.9.3
1818
github.com/stretchr/testify v1.10.0
19-
github.com/testcontainers/testcontainers-go v0.34.0
20-
github.com/testcontainers/testcontainers-go/modules/postgres v0.34.0
19+
github.com/testcontainers/testcontainers-go v0.35.0
20+
github.com/testcontainers/testcontainers-go/modules/postgres v0.35.0
2121
go.etcd.io/etcd/client/v3 v3.5.17
2222
go.uber.org/zap v1.27.0
23-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
23+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
2424
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2525
gopkg.in/yaml.v3 v3.0.1
2626
)
2727

2828
require (
2929
dario.cat/mergo v1.0.1 // indirect
3030
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
31-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
31+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
3232
github.com/Microsoft/go-winio v0.6.2 // indirect
3333
github.com/beorn7/perks v1.0.1 // indirect
3434
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -40,10 +40,10 @@ require (
4040
github.com/cpuguy83/dockercfg v0.3.2 // indirect
4141
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4242
github.com/distribution/reference v0.6.0 // indirect
43-
github.com/docker/docker v27.3.1+incompatible // indirect
43+
github.com/docker/docker v27.4.1+incompatible // indirect
4444
github.com/docker/go-connections v0.5.0 // indirect
4545
github.com/docker/go-units v0.5.0 // indirect
46-
github.com/ebitengine/purego v0.8.1 // indirect
46+
github.com/ebitengine/purego v0.8.2 // indirect
4747
github.com/felixge/httpsnoop v1.0.4 // indirect
4848
github.com/go-logr/logr v1.4.2 // indirect
4949
github.com/go-logr/stdr v1.2.2 // indirect
@@ -56,13 +56,13 @@ require (
5656
github.com/jackc/puddle/v2 v2.2.2 // indirect
5757
github.com/klauspost/compress v1.17.11 // indirect
5858
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
59-
github.com/magiconair/properties v1.8.7 // indirect
59+
github.com/magiconair/properties v1.8.9 // indirect
6060
github.com/moby/docker-image-spec v1.3.1 // indirect
6161
github.com/moby/patternmatcher v0.6.0 // indirect
6262
github.com/moby/sys/sequential v0.6.0 // indirect
6363
github.com/moby/sys/user v0.3.0 // indirect
6464
github.com/moby/sys/userns v0.1.0 // indirect
65-
github.com/moby/term v0.5.0 // indirect
65+
github.com/moby/term v0.5.2 // indirect
6666
github.com/morikuni/aec v1.0.0 // indirect
6767
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6868
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -71,7 +71,7 @@ require (
7171
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7272
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
7373
github.com/prometheus/client_model v0.6.1 // indirect
74-
github.com/prometheus/common v0.55.0 // indirect
74+
github.com/prometheus/common v0.61.0 // indirect
7575
github.com/prometheus/procfs v0.15.1 // indirect
7676
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
7777
github.com/shoenig/go-m1cpu v0.1.6 // indirect
@@ -80,21 +80,22 @@ require (
8080
github.com/yusufpapurcu/wmi v1.2.4 // indirect
8181
go.etcd.io/etcd/api/v3 v3.5.17 // indirect
8282
go.etcd.io/etcd/client/pkg/v3 v3.5.17 // indirect
83-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
84-
go.opentelemetry.io/otel v1.31.0 // indirect
83+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
84+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
85+
go.opentelemetry.io/otel v1.33.0 // indirect
8586
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect
86-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
87-
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
88-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
87+
go.opentelemetry.io/otel/metric v1.33.0 // indirect
88+
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
89+
go.opentelemetry.io/otel/trace v1.33.0 // indirect
8990
go.uber.org/multierr v1.11.0 // indirect
9091
golang.org/x/crypto v0.32.0 // indirect
91-
golang.org/x/net v0.29.0 // indirect
92+
golang.org/x/net v0.34.0 // indirect
9293
golang.org/x/sync v0.10.0 // indirect
9394
golang.org/x/sys v0.29.0 // indirect
9495
golang.org/x/text v0.21.0 // indirect
9596
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
96-
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
97-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
98-
google.golang.org/grpc v1.66.2 // indirect
99-
google.golang.org/protobuf v1.34.2 // indirect
97+
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
98+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
99+
google.golang.org/grpc v1.69.4 // indirect
100+
google.golang.org/protobuf v1.36.2 // indirect
100101
)

0 commit comments

Comments
 (0)