Skip to content

Commit

Permalink
Update module github.com/testcontainers/testcontainers-go to v0.35.0 (#…
Browse files Browse the repository at this point in the history
…37209)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go)
| `v0.34.0` -> `v0.35.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.34.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.34.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go)
| `v0.33.0` -> `v0.35.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.33.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.33.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>testcontainers/testcontainers-go
(github.com/testcontainers/testcontainers-go)</summary>

###
[`v0.35.0`](https://github.com/testcontainers/testcontainers-go/releases/tag/v0.35.0)

[Compare
Source](https://github.com/testcontainers/testcontainers-go/compare/v0.34.1...v0.35.0)

### What's Changed

#### ⚠️ Breaking Changes

- feat(termination)!: make container termination timeout configurable
([#&#8203;2926](https://github.com/testcontainers/testcontainers-go/issues/2926))
[@&#8203;moogacs](https://github.com/moogacs)

> The `container.Terminate(ctx)` method now accepts an extra variadic
argument with termination options. The breaking change only affects
users assigning this method to a variable, receiving a compile-time
error. The rest of the users will simply satisfy the new signature with
an empty slice of termination options.

- feat!: build log writer for container request
([#&#8203;2925](https://github.com/testcontainers/testcontainers-go/issues/2925))
[@&#8203;zenkovev](https://github.com/zenkovev)

> The `ShouldPrintBuildLog` function of the `ContainerRequest` has been
removed. Instead, a `BuildLogWriter` function appears, that returns the
user-defined `io.Writer` for writing the image-build logs. In case there
is no writer, and the `FromDockerfile.PrintBuildLog` is set to true,
`os.Stderr` would be used.

- feat(gcloud)!: add support to seed data when using
RunBigQueryContainer
([#&#8203;2523](https://github.com/testcontainers/testcontainers-go/issues/2523))
[@&#8203;mtellis2](https://github.com/mtellis2)

> Users of the GCloud module and the `WithProjectID` option must handle
the error that this option now returns. This can be get at compile time,
as all the functional options for container customisers must return an
error.

- fix!: port forwarding clean up and make private
([#&#8203;2881](https://github.com/testcontainers/testcontainers-go/issues/2881))
[@&#8203;stevenh](https://github.com/stevenh)

> The types and functions of the `PortForwarder` type are now private,
as they are implementation details of the library, so there is no need
for them to be exposed.

- fix!: data races
([#&#8203;2843](https://github.com/testcontainers/testcontainers-go/issues/2843))
[@&#8203;stevenh](https://github.com/stevenh)

> Usages of the `GenericProviderOptions.DefaultNetwork` field must be
removed, as this field is now private. The container runtime should
provide the default network under the hood.

#### 🔒 Security

- security(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0
([#&#8203;2916](https://github.com/testcontainers/testcontainers-go/issues/2916))
[@&#8203;dependabot](https://github.com/dependabot)

#### 🚀 Features

- feat(postgres): ssl for postgres
([#&#8203;2473](https://github.com/testcontainers/testcontainers-go/issues/2473))
[@&#8203;bearrito](https://github.com/bearrito)
- feat(ollama): support calling the Ollama local process
([#&#8203;2923](https://github.com/testcontainers/testcontainers-go/issues/2923))
[@&#8203;stevenh](https://github.com/stevenh)
- feat(termination)!: make container termination timeout configurable
([#&#8203;2926](https://github.com/testcontainers/testcontainers-go/issues/2926))
[@&#8203;moogacs](https://github.com/moogacs)
- feat(wait): log sub match callback
([#&#8203;2929](https://github.com/testcontainers/testcontainers-go/issues/2929))
[@&#8203;stevenh](https://github.com/stevenh)
- feat!: build log writer for container request
([#&#8203;2925](https://github.com/testcontainers/testcontainers-go/issues/2925))
[@&#8203;zenkovev](https://github.com/zenkovev)
- feat(gcloud)!: add support to seed data when using
RunBigQueryContainer
([#&#8203;2523](https://github.com/testcontainers/testcontainers-go/issues/2523))
[@&#8203;mtellis2](https://github.com/mtellis2)
- feat(nats): WithConfigFile - pass a configuration file to nats server
([#&#8203;2905](https://github.com/testcontainers/testcontainers-go/issues/2905))
[@&#8203;vyskocilm](https://github.com/vyskocilm)
- feat(wait): strategy walk
([#&#8203;2895](https://github.com/testcontainers/testcontainers-go/issues/2895))
[@&#8203;stevenh](https://github.com/stevenh)
- feat(wait): tls strategy
([#&#8203;2896](https://github.com/testcontainers/testcontainers-go/issues/2896))
[@&#8203;stevenh](https://github.com/stevenh)
- feat: add build to life cycle hooks
([#&#8203;2653](https://github.com/testcontainers/testcontainers-go/issues/2653))
[@&#8203;stevenh](https://github.com/stevenh)

#### 🐛 Bug Fixes

- fix: handle nil value in CleanupNetwork
([#&#8203;2928](https://github.com/testcontainers/testcontainers-go/issues/2928))
[@&#8203;l0nax](https://github.com/l0nax)
- fix: avoid double lock in DockerProvider.DaemonHost()
([#&#8203;2900](https://github.com/testcontainers/testcontainers-go/issues/2900))
[@&#8203;vikstrous](https://github.com/vikstrous)
- fix: container binds syntax
([#&#8203;2899](https://github.com/testcontainers/testcontainers-go/issues/2899))
[@&#8203;zregvart](https://github.com/zregvart)
- fix(influxdb): Respect custom waitStrategy
([#&#8203;2845](https://github.com/testcontainers/testcontainers-go/issues/2845))
[@&#8203;marcinmilewski93](https://github.com/marcinmilewski93)
- fix(redpanda): temporary file use
([#&#8203;2884](https://github.com/testcontainers/testcontainers-go/issues/2884))
[@&#8203;cavus700](https://github.com/cavus700)
- fix: host access port instability
([#&#8203;2867](https://github.com/testcontainers/testcontainers-go/issues/2867))
[@&#8203;stevenh](https://github.com/stevenh)
- fix: docker auth for identity tokens
([#&#8203;2866](https://github.com/testcontainers/testcontainers-go/issues/2866))
[@&#8203;stevenh](https://github.com/stevenh)
- fix(compose): container initialisation
([#&#8203;2844](https://github.com/testcontainers/testcontainers-go/issues/2844))
[@&#8203;stevenh](https://github.com/stevenh)
- fix!: data races
([#&#8203;2843](https://github.com/testcontainers/testcontainers-go/issues/2843))
[@&#8203;stevenh](https://github.com/stevenh)
- fix: mongodb replicaset should work with auth
([#&#8203;2847](https://github.com/testcontainers/testcontainers-go/issues/2847))
[@&#8203;abhipranay](https://github.com/abhipranay)
- fix: simplify fully-qualified image names
([#&#8203;2846](https://github.com/testcontainers/testcontainers-go/issues/2846))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix(compose): race condition
([#&#8203;2842](https://github.com/testcontainers/testcontainers-go/issues/2842))
[@&#8203;stevenh](https://github.com/stevenh)

#### 📖 Documentation

- docs: better contribution guidelines
([#&#8203;2893](https://github.com/testcontainers/testcontainers-go/issues/2893))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- docs: fix new lifecycle hooks section
([#&#8203;2875](https://github.com/testcontainers/testcontainers-go/issues/2875))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- docs(mysql|neo4j): remove default image codeblock
([#&#8203;2860](https://github.com/testcontainers/testcontainers-go/issues/2860))
[@&#8203;mdelapenya](https://github.com/mdelapenya)

#### 🧹 Housekeeping

- chore(deps): bump jinja2 from 3.1.4 to 3.1.5
([#&#8203;2935](https://github.com/testcontainers/testcontainers-go/issues/2935))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump sonarsource/sonarcloud-github-action from 2.1.1 to
4.0.0
([#&#8203;2933](https://github.com/testcontainers/testcontainers-go/issues/2933))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0
([#&#8203;2934](https://github.com/testcontainers/testcontainers-go/issues/2934))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump github/codeql-action from 3.25.15 to 3.28.0
([#&#8203;2932](https://github.com/testcontainers/testcontainers-go/issues/2932))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(ci): add Github labels based on PR title
([#&#8203;2914](https://github.com/testcontainers/testcontainers-go/issues/2914))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore(gha): use official docker/setup-docker-action
([#&#8203;2913](https://github.com/testcontainers/testcontainers-go/issues/2913))
[@&#8203;vvoland](https://github.com/vvoland)
- chore(ci): enforce conventional commits syntax in PR titles
([#&#8203;2911](https://github.com/testcontainers/testcontainers-go/issues/2911))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore: enable implicit default logger only in testing with -v
([#&#8203;2877](https://github.com/testcontainers/testcontainers-go/issues/2877))
[@&#8203;apstndb](https://github.com/apstndb)
- refactor(cockroachdb): to use request driven options
([#&#8203;2883](https://github.com/testcontainers/testcontainers-go/issues/2883))
[@&#8203;stevenh](https://github.com/stevenh)
- fix: only upload to sonar on ubuntu-latest
([#&#8203;2891](https://github.com/testcontainers/testcontainers-go/issues/2891))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix: build artifact name properly
([#&#8203;2890](https://github.com/testcontainers/testcontainers-go/issues/2890))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix: do not run sonar upload when ryuk is disabled
([#&#8203;2889](https://github.com/testcontainers/testcontainers-go/issues/2889))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- feat(ci): Enable master moby with rootless
([#&#8203;2880](https://github.com/testcontainers/testcontainers-go/issues/2880))
[@&#8203;vvoland](https://github.com/vvoland)
- chore: resolve AWS deprecations for localstack
([#&#8203;2879](https://github.com/testcontainers/testcontainers-go/issues/2879))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- fix: typo in containerd integration
([#&#8203;2873](https://github.com/testcontainers/testcontainers-go/issues/2873))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- chore: use testify instead of t.Error
([#&#8203;2871](https://github.com/testcontainers/testcontainers-go/issues/2871))
[@&#8203;mmorel-35](https://github.com/mmorel-35)
- golangci-lint: enable perfsprint linter
([#&#8203;2872](https://github.com/testcontainers/testcontainers-go/issues/2872))
[@&#8203;mmorel-35](https://github.com/mmorel-35)
- fix: reuse testcontainers.RequireContainerExec
([#&#8203;2870](https://github.com/testcontainers/testcontainers-go/issues/2870))
[@&#8203;mmorel-35](https://github.com/mmorel-35)
- feat(ci): Test against the nightly master moby
([#&#8203;2861](https://github.com/testcontainers/testcontainers-go/issues/2861))
[@&#8203;vvoland](https://github.com/vvoland)
- chore: use require instead of t.Fatal (part 2)
([#&#8203;2857](https://github.com/testcontainers/testcontainers-go/issues/2857))
[@&#8203;mmorel-35](https://github.com/mmorel-35)
- chore: remove unused lint directives
([#&#8203;2864](https://github.com/testcontainers/testcontainers-go/issues/2864))
[@&#8203;stevenh](https://github.com/stevenh)
- fix: log test data race
([#&#8203;2863](https://github.com/testcontainers/testcontainers-go/issues/2863))
[@&#8203;stevenh](https://github.com/stevenh)
- chore(rabbitmq): refactor assertEntity in tests
([#&#8203;2856](https://github.com/testcontainers/testcontainers-go/issues/2856))
[@&#8203;mmorel-35](https://github.com/mmorel-35)
- chore: use require instead of t.Fatal
([#&#8203;2855](https://github.com/testcontainers/testcontainers-go/issues/2855))
[@&#8203;mmorel-35](https://github.com/mmorel-35)
- chore: use require.Len instead of assert.Len
([#&#8203;2854](https://github.com/testcontainers/testcontainers-go/issues/2854))
[@&#8203;mmorel-35](https://github.com/mmorel-35)
- chore: enable usestdlibvars linter
([#&#8203;2850](https://github.com/testcontainers/testcontainers-go/issues/2850))
[@&#8203;mmorel-35](https://github.com/mmorel-35)
- chore: use require.(No)Error(t,err) instead of t.Fatal(err)
([#&#8203;2851](https://github.com/testcontainers/testcontainers-go/issues/2851))
[@&#8203;mmorel-35](https://github.com/mmorel-35)

#### 📦 Dependency updates

- chore(deps): bump jinja2 from 3.1.4 to 3.1.5
([#&#8203;2935](https://github.com/testcontainers/testcontainers-go/issues/2935))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump sonarsource/sonarcloud-github-action from 2.1.1 to
4.0.0
([#&#8203;2933](https://github.com/testcontainers/testcontainers-go/issues/2933))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0
([#&#8203;2934](https://github.com/testcontainers/testcontainers-go/issues/2934))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump github/codeql-action from 3.25.15 to 3.28.0
([#&#8203;2932](https://github.com/testcontainers/testcontainers-go/issues/2932))
[@&#8203;dependabot](https://github.com/dependabot)
- security(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0
([#&#8203;2916](https://github.com/testcontainers/testcontainers-go/issues/2916))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump actions/setup-go from 5.0.0 to 5.1.0
([#&#8203;2904](https://github.com/testcontainers/testcontainers-go/issues/2904))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.0
([#&#8203;2903](https://github.com/testcontainers/testcontainers-go/issues/2903))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump test-summary/action from 2.3 to 2.4
([#&#8203;2902](https://github.com/testcontainers/testcontainers-go/issues/2902))
[@&#8203;dependabot](https://github.com/dependabot)
- fix: update GH actions for uploading/downloading artifacts
([#&#8203;2888](https://github.com/testcontainers/testcontainers-go/issues/2888))
[@&#8203;mdelapenya](https://github.com/mdelapenya)
- feat(ci): Enable master moby with rootless
([#&#8203;2880](https://github.com/testcontainers/testcontainers-go/issues/2880))
[@&#8203;vvoland](https://github.com/vvoland)
- chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.8
([#&#8203;2676](https://github.com/testcontainers/testcontainers-go/issues/2676))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3
([#&#8203;2885](https://github.com/testcontainers/testcontainers-go/issues/2885))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.2
([#&#8203;2806](https://github.com/testcontainers/testcontainers-go/issues/2806))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump mkdocs-markdownextradata-plugin from 0.2.5 to 0.2.6
([#&#8203;2807](https://github.com/testcontainers/testcontainers-go/issues/2807))
[@&#8203;dependabot](https://github.com/dependabot)
- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
([#&#8203;2868](https://github.com/testcontainers/testcontainers-go/issues/2868))
[@&#8203;dependabot](https://github.com/dependabot)
- chore: bump ryuk to 0.11.0
([#&#8203;2853](https://github.com/testcontainers/testcontainers-go/issues/2853))
[@&#8203;mdelapenya](https://github.com/mdelapenya)

###
[`v0.34.1`](https://github.com/testcontainers/testcontainers-go/compare/v0.34.0...v0.34.1)

[Compare
Source](https://github.com/testcontainers/testcontainers-go/compare/v0.34.0...v0.34.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
Co-authored-by: Pablo Baeyens <[email protected]>
  • Loading branch information
4 people authored Jan 14, 2025
1 parent 1a48b4e commit 17ad32c
Show file tree
Hide file tree
Showing 58 changed files with 94 additions and 92 deletions.
2 changes: 1 addition & 1 deletion exporter/clickhouseexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/jmoiron/sqlx v1.4.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.117.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
go.opentelemetry.io/collector/config/configopaque v1.23.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/clickhouseexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions exporter/datadogexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions exporter/pulsarexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exporter/rabbitmqexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/rabbitmq v0.117.0
github.com/rabbitmq/amqp091-go v1.10.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
go.opentelemetry.io/collector/config/configretry v1.23.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/rabbitmqexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exporter/splunkhecexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.117.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
go.opentelemetry.io/collector/config/confighttp v0.117.0
Expand Down
4 changes: 2 additions & 2 deletions exporter/splunkhecexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extension/observer/dockerobserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.117.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
go.opentelemetry.io/collector/confmap v1.23.0
Expand Down
4 changes: 2 additions & 2 deletions extension/observer/dockerobserver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions extension/storage/dbstorage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/jackc/pgx/v5 v5.7.2
github.com/mattn/go-sqlite3 v1.14.24
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.33.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
go.opentelemetry.io/collector/confmap v1.23.0
Expand All @@ -27,7 +27,7 @@ require (
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/containerd/platforms v0.2.1 // indirect
github.com/cpuguy83/dockercfg v0.3.1 // indirect
github.com/cpuguy83/dockercfg v0.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
Expand Down
10 changes: 6 additions & 4 deletions extension/storage/dbstorage/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/coreinternal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.117.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/client v1.23.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
Expand Down
4 changes: 2 additions & 2 deletions internal/coreinternal/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/aerospikereceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.117.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
go.opentelemetry.io/collector/config/configopaque v1.23.0
Expand Down
4 changes: 2 additions & 2 deletions receiver/aerospikereceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/apachereceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.117.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
go.opentelemetry.io/collector/config/confighttp v0.117.0
Expand Down
4 changes: 2 additions & 2 deletions receiver/apachereceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/apachesparkreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.117.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
go.opentelemetry.io/collector/config/confighttp v0.117.0
Expand Down
4 changes: 2 additions & 2 deletions receiver/apachesparkreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/bigipreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ require (
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/testcontainers/testcontainers-go v0.34.0 // indirect
github.com/testcontainers/testcontainers-go v0.35.0 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions receiver/bigipreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/dockerstatsreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.117.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.117.0
github.com/stretchr/testify v1.10.0
github.com/testcontainers/testcontainers-go v0.34.0
github.com/testcontainers/testcontainers-go v0.35.0
go.opentelemetry.io/collector/component v0.117.0
go.opentelemetry.io/collector/component/componentstatus v0.117.0
go.opentelemetry.io/collector/component/componenttest v0.117.0
Expand Down
Loading

0 comments on commit 17ad32c

Please sign in to comment.