Skip to content

Commit f5bee4c

Browse files
Bump github.com/testcontainers/testcontainers-go in /lib
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.36.0 to 0.40.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.36.0...v0.40.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6f2a69 commit f5bee4c

File tree

2 files changed

+76
-65
lines changed

2 files changed

+76
-65
lines changed

lib/go.mod

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/smartcontractkit/chainlink-testing-framework/lib
33
go 1.24.0
44

55
require (
6-
dario.cat/mergo v1.0.1
6+
dario.cat/mergo v1.0.2
77
github.com/Masterminds/semver/v3 v3.3.0
88
github.com/avast/retry-go v3.0.0+incompatible
99
github.com/aws/aws-sdk-go-v2/config v1.28.0
@@ -13,8 +13,8 @@ require (
1313
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
1414
github.com/cdk8s-team/cdk8s-core-go/cdk8s/v2 v2.7.5
1515
github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240709130330-9f4feec7553f
16-
github.com/docker/docker v28.0.1+incompatible
17-
github.com/docker/go-connections v0.5.0
16+
github.com/docker/docker v28.5.1+incompatible
17+
github.com/docker/go-connections v0.6.0
1818
github.com/ethereum/go-ethereum v1.15.0
1919
github.com/go-resty/resty/v2 v2.16.3
2020
github.com/google/go-github/v72 v72.0.0
@@ -36,14 +36,14 @@ require (
3636
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10
3737
github.com/spf13/cobra v1.8.1
3838
github.com/spf13/pflag v1.0.5
39-
github.com/stretchr/testify v1.10.0
40-
github.com/testcontainers/testcontainers-go v0.36.0
39+
github.com/stretchr/testify v1.11.0
40+
github.com/testcontainers/testcontainers-go v0.40.0
4141
go.uber.org/atomic v1.11.0
4242
go.uber.org/zap v1.27.0
43-
golang.org/x/net v0.34.0
43+
golang.org/x/net v0.45.0
4444
golang.org/x/oauth2 v0.24.0
45-
golang.org/x/sync v0.10.0
46-
golang.org/x/text v0.21.0
45+
golang.org/x/sync v0.17.0
46+
golang.org/x/text v0.30.0
4747
k8s.io/api v0.31.2
4848
k8s.io/apimachinery v0.31.2
4949
k8s.io/cli-runtime v0.31.2
@@ -52,10 +52,13 @@ require (
5252
)
5353

5454
require (
55-
github.com/ebitengine/purego v0.8.2 // indirect
55+
github.com/containerd/errdefs v1.0.0 // indirect
56+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
57+
github.com/ebitengine/purego v0.8.4 // indirect
5658
github.com/go-chi/chi v1.5.5 // indirect
59+
github.com/moby/go-archive v0.1.0 // indirect
5760
github.com/rs/xid v1.5.0 // indirect
58-
github.com/shirou/gopsutil/v4 v4.25.1 // indirect
61+
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
5962
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
6063
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
6164
)
@@ -134,10 +137,10 @@ require (
134137
github.com/inconshreveable/mousetrap v1.1.0 // indirect
135138
github.com/josharian/intern v1.0.0 // indirect
136139
github.com/json-iterator/go v1.1.12 // indirect
137-
github.com/klauspost/compress v1.17.9 // indirect
140+
github.com/klauspost/compress v1.18.0 // indirect
138141
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
139142
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
140-
github.com/magiconair/properties v1.8.9 // indirect
143+
github.com/magiconair/properties v1.8.10 // indirect
141144
github.com/mailru/easyjson v0.7.7 // indirect
142145
github.com/mattn/go-colorable v0.1.13 // indirect
143146
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -148,8 +151,8 @@ require (
148151
github.com/moby/docker-image-spec v1.3.1 // indirect
149152
github.com/moby/patternmatcher v0.6.0 // indirect
150153
github.com/moby/spdystream v0.4.0 // indirect
151-
github.com/moby/sys/sequential v0.5.0 // indirect
152-
github.com/moby/sys/user v0.1.0 // indirect
154+
github.com/moby/sys/sequential v0.6.0 // indirect
155+
github.com/moby/sys/user v0.4.0 // indirect
153156
github.com/moby/sys/userns v0.1.0 // indirect
154157
github.com/moby/term v0.5.0 // indirect
155158
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -187,14 +190,14 @@ require (
187190
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
188191
go.uber.org/multierr v1.11.0 // indirect
189192
go.uber.org/ratelimit v0.3.1 // indirect
190-
golang.org/x/crypto v0.32.0 // indirect
193+
golang.org/x/crypto v0.43.0 // indirect
191194
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
192-
golang.org/x/sys v0.31.0 // indirect
193-
golang.org/x/term v0.28.0 // indirect
195+
golang.org/x/sys v0.37.0 // indirect
196+
golang.org/x/term v0.36.0 // indirect
194197
golang.org/x/time v0.6.0 // indirect
195198
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
196-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
197-
google.golang.org/grpc v1.65.0
199+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
200+
google.golang.org/grpc v1.67.0
198201
google.golang.org/protobuf v1.36.1 // indirect
199202
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
200203
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)