Skip to content

Commit 43ac765

Browse files
authored
fix: bump testcontainers to v0.42.0 (#4656)
<!-- * New contributors are highly encouraged to read our [CONTRIBUTING](/CONTRIBUTING.md) documentation. * Commit and PR titles should be prefixed with the general area of the pull request's change. --> ### What does this PR do? <!-- * A brief description of the change being made with this pull request. * If the description here cannot be expressed in a succinct form, consider opening multiple pull requests instead of a single one. --> Upgrades testcontainers-go and all used modules from v0.37.0 to v0.42.0. ### Motivation <!-- * What inspired you to submit this pull request? * Link any related GitHub issues or PRs here. * If this resolves a GitHub issue, include "Fixes #XXXX" to link the issue and auto-close it on merge. --> The latest version includes a breaking change so smoke tests are failing. ### Reviewer's Checklist <!-- * Authors can use this list as a reference to ensure that there are no problems during the review but the signing off is to be done by the reviewer(s). --> - [x] Changed code has unit tests for its functionality at or near 100% coverage. - [ ] [System-Tests](https://github.com/DataDog/system-tests/) covering this feature have been added and enabled with the va.b.c-dev version tag. - [ ] There is a benchmark for any new code, or changes to existing code. - [ ] If this interacts with the agent in a new way, a system test has been added. - [ ] New code is free of linting errors. You can check this by running `make lint` locally. - [ ] New code doesn't break existing tests. You can check this by running `make test` locally. - [ ] Add an appropriate team label so this PR gets put in the right place for the release notes. - [ ] All generated files are up to date. You can check this by running `make generate` locally. - [ ] Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @DataDog/dd-trace-go-guild. Make sure all nested modules are up to date by running `make fix-modules` locally. Unsure? Have a question? Request a review! Co-authored-by: rodrigo.arguello <[email protected]>
1 parent e4dc43c commit 43ac765

11 files changed

Lines changed: 247 additions & 271 deletions

File tree

go.work.sum

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

instrumentation/internal/namingschematest/go.mod

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ require (
9898
github.com/uptrace/bun v1.1.17
9999
github.com/uptrace/bun/dialect/pgdialect v1.1.17
100100
github.com/urfave/negroni v1.0.0
101-
github.com/valkey-io/valkey-go v1.0.56
101+
github.com/valkey-io/valkey-go v1.0.59
102102
github.com/valyala/fasthttp v1.58.0
103103
go.mongodb.org/mongo-driver v1.17.1
104104
google.golang.org/api v0.258.0
@@ -115,8 +115,8 @@ require (
115115
cloud.google.com/go/compute/metadata v0.9.0 // indirect
116116
cloud.google.com/go/iam v1.5.3 // indirect
117117
cloud.google.com/go/pubsub/v2 v2.0.0 // indirect
118-
dario.cat/mergo v1.0.1 // indirect
119-
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
118+
dario.cat/mergo v1.0.2 // indirect
119+
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
120120
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.77.0 // indirect
121121
github.com/DataDog/datadog-agent/pkg/obfuscate v0.77.0 // indirect
122122
github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/attributes v0.77.0 // indirect
@@ -170,6 +170,8 @@ require (
170170
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
171171
github.com/cloudwego/base64x v0.1.4 // indirect
172172
github.com/cloudwego/iasm v0.2.0 // indirect
173+
github.com/containerd/errdefs v1.0.0 // indirect
174+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
173175
github.com/containerd/log v0.1.0 // indirect
174176
github.com/containerd/platforms v0.2.1 // indirect
175177
github.com/containerd/ttrpc v1.2.5 // indirect
@@ -178,8 +180,7 @@ require (
178180
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
179181
github.com/dimfeld/httptreemux/v5 v5.5.0 // indirect
180182
github.com/distribution/reference v0.6.0 // indirect
181-
github.com/docker/docker v28.0.1+incompatible // indirect
182-
github.com/docker/go-connections v0.5.0 // indirect
183+
github.com/docker/go-connections v0.6.0 // indirect
183184
github.com/docker/go-units v0.5.0 // indirect
184185
github.com/dustin/go-humanize v1.0.1 // indirect
185186
github.com/eapache/go-resiliency v1.7.0 // indirect
@@ -202,7 +203,6 @@ require (
202203
github.com/go-playground/validator/v10 v10.23.0 // indirect
203204
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
204205
github.com/goccy/go-json v0.10.4 // indirect
205-
github.com/gogo/protobuf v1.3.2 // indirect
206206
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
207207
github.com/golang/snappy v1.0.0 // indirect
208208
github.com/gomodule/redigo v1.9.2 // indirect
@@ -246,7 +246,7 @@ require (
246246
github.com/jmespath/go-jmespath v0.4.0 // indirect
247247
github.com/josharian/intern v1.0.0 // indirect
248248
github.com/json-iterator/go v1.1.12 // indirect
249-
github.com/klauspost/compress v1.18.4 // indirect
249+
github.com/klauspost/compress v1.18.5 // indirect
250250
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
251251
github.com/labstack/gommon v0.4.2 // indirect
252252
github.com/leodido/go-urn v1.4.0 // indirect
@@ -262,15 +262,17 @@ require (
262262
github.com/mitchellh/go-homedir v1.1.0 // indirect
263263
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
264264
github.com/moby/docker-image-spec v1.3.1 // indirect
265-
github.com/moby/patternmatcher v0.6.0 // indirect
265+
github.com/moby/go-archive v0.2.0 // indirect
266+
github.com/moby/moby/api v1.54.1 // indirect
267+
github.com/moby/moby/client v0.4.0 // indirect
268+
github.com/moby/patternmatcher v0.6.1 // indirect
266269
github.com/moby/sys/sequential v0.6.0 // indirect
267270
github.com/moby/sys/user v0.4.0 // indirect
268271
github.com/moby/sys/userns v0.1.0 // indirect
269-
github.com/moby/term v0.5.0 // indirect
272+
github.com/moby/term v0.5.2 // indirect
270273
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
271274
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
272275
github.com/montanaflynn/stats v0.7.1 // indirect
273-
github.com/morikuni/aec v1.0.0 // indirect
274276
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
275277
github.com/opencontainers/go-digest v1.0.0 // indirect
276278
github.com/opencontainers/image-spec v1.1.1 // indirect
@@ -287,14 +289,14 @@ require (
287289
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
288290
github.com/ryanuber/go-glob v1.0.0 // indirect
289291
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect
290-
github.com/shirou/gopsutil/v4 v4.26.2 // indirect
291-
github.com/sirupsen/logrus v1.9.3 // indirect
292+
github.com/shirou/gopsutil/v4 v4.26.3 // indirect
293+
github.com/sirupsen/logrus v1.9.4 // indirect
292294
github.com/sosodev/duration v1.3.1 // indirect
293-
github.com/testcontainers/testcontainers-go v0.37.0 // indirect
294-
github.com/testcontainers/testcontainers-go/modules/kafka v0.37.0 // indirect
295-
github.com/testcontainers/testcontainers-go/modules/mongodb v0.37.0 // indirect
296-
github.com/testcontainers/testcontainers-go/modules/redis v0.37.0 // indirect
297-
github.com/testcontainers/testcontainers-go/modules/valkey v0.37.0 // indirect
295+
github.com/testcontainers/testcontainers-go v0.42.0 // indirect
296+
github.com/testcontainers/testcontainers-go/modules/kafka v0.42.0 // indirect
297+
github.com/testcontainers/testcontainers-go/modules/mongodb v0.42.0 // indirect
298+
github.com/testcontainers/testcontainers-go/modules/redis v0.42.0 // indirect
299+
github.com/testcontainers/testcontainers-go/modules/valkey v0.42.0 // indirect
298300
github.com/tidwall/btree v1.6.0 // indirect
299301
github.com/tidwall/buntdb v1.3.0 // indirect
300302
github.com/tidwall/gjson v1.18.0 // indirect

0 commit comments

Comments
 (0)