Skip to content

Commit b52eba0

Browse files
committed
chore(deps): update module github.com/testcontainers/testcontainers-go to v0.40.0
1 parent cb6607a commit b52eba0

File tree

2 files changed

+31
-169
lines changed

2 files changed

+31
-169
lines changed

go.mod

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/netcracker/qubership-core-lib-go/v3 v3.2.0
1212
github.com/segmentio/kafka-go v0.4.49
1313
github.com/stretchr/testify v1.11.1
14-
github.com/testcontainers/testcontainers-go v0.39.0
14+
github.com/testcontainers/testcontainers-go v0.40.0
1515
)
1616

1717
require (
@@ -20,15 +20,15 @@ require (
2020
github.com/Microsoft/go-winio v0.6.2 // indirect
2121
github.com/armon/go-metrics v0.4.1 // indirect
2222
github.com/avast/retry-go/v4 v4.7.0 // indirect
23-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
23+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2424
github.com/containerd/errdefs v1.0.0 // indirect
2525
github.com/containerd/errdefs/pkg v0.3.0 // indirect
2626
github.com/containerd/log v0.1.0 // indirect
2727
github.com/containerd/platforms v0.2.1 // indirect
2828
github.com/cpuguy83/dockercfg v0.3.2 // indirect
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3030
github.com/distribution/reference v0.6.0 // indirect
31-
github.com/docker/docker v28.3.3+incompatible // indirect
31+
github.com/docker/docker v28.5.1+incompatible // indirect
3232
github.com/docker/go-units v0.5.0 // indirect
3333
github.com/ebitengine/purego v0.8.4 // indirect
3434
github.com/fatih/color v1.18.0 // indirect
@@ -39,7 +39,6 @@ require (
3939
github.com/go-ole/go-ole v1.2.6 // indirect
4040
github.com/go-resty/resty/v2 v2.16.5 // indirect
4141
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
42-
github.com/gogo/protobuf v1.3.2 // indirect
4342
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
4443
github.com/golang/mock v1.6.0 // indirect
4544
github.com/google/uuid v1.6.0 // indirect
@@ -66,7 +65,6 @@ require (
6665
github.com/mattn/go-isatty v0.0.20 // indirect
6766
github.com/mitchellh/copystructure v1.2.0 // indirect
6867
github.com/mitchellh/go-homedir v1.1.0 // indirect
69-
github.com/mitchellh/mapstructure v1.5.0 // indirect
7068
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7169
github.com/moby/docker-image-spec v1.3.1 // indirect
7270
github.com/moby/go-archive v0.1.0 // indirect
@@ -99,12 +97,12 @@ require (
9997
go.opentelemetry.io/otel v1.35.0 // indirect
10098
go.opentelemetry.io/otel/metric v1.35.0 // indirect
10199
go.opentelemetry.io/otel/trace v1.35.0 // indirect
102-
golang.org/x/crypto v0.41.0 // indirect
100+
golang.org/x/crypto v0.43.0 // indirect
103101
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect
104-
golang.org/x/mod v0.27.0 // indirect
105-
golang.org/x/net v0.43.0 // indirect
106-
golang.org/x/sync v0.16.0 // indirect
107-
golang.org/x/sys v0.36.0 // indirect
108-
golang.org/x/text v0.28.0 // indirect
102+
golang.org/x/mod v0.28.0 // indirect
103+
golang.org/x/net v0.45.0 // indirect
104+
golang.org/x/sync v0.17.0 // indirect
105+
golang.org/x/sys v0.37.0 // indirect
106+
golang.org/x/text v0.30.0 // indirect
109107
gopkg.in/yaml.v3 v3.0.1 // indirect
110108
)

0 commit comments

Comments
 (0)