Skip to content

Commit d46a8cb

Browse files
fix(deps): update module github.com/testcontainers/testcontainers-go to v0.33.0
1 parent 04b3b98 commit d46a8cb

File tree

42 files changed

+400
-119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+400
-119
lines changed

exporter/clickhouseexporter/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/jmoiron/sqlx v1.4.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.107.0
1010
github.com/stretchr/testify v1.9.0
11-
github.com/testcontainers/testcontainers-go v0.32.0
11+
github.com/testcontainers/testcontainers-go v0.33.0
1212
go.opentelemetry.io/collector/component v0.107.1-0.20240821120936-6764622672bc
1313
go.opentelemetry.io/collector/config/configopaque v1.13.1-0.20240821120936-6764622672bc
1414
go.opentelemetry.io/collector/config/configretry v1.13.1-0.20240821120936-6764622672bc
@@ -32,6 +32,7 @@ require (
3232
github.com/containerd/containerd v1.7.18 // indirect
3333
github.com/containerd/errdefs v0.1.0 // indirect
3434
github.com/containerd/log v0.1.0 // indirect
35+
github.com/containerd/platforms v0.2.1 // indirect
3536
github.com/cpuguy83/dockercfg v0.3.1 // indirect
3637
github.com/davecgh/go-spew v1.1.1 // indirect
3738
github.com/distribution/reference v0.6.0 // indirect

exporter/clickhouseexporter/go.sum

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

exporter/rabbitmqexporter/go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/open-telemetry/opentelemetry-collector-contrib/internal/rabbitmq v0.107.0
88
github.com/rabbitmq/amqp091-go v1.10.0
99
github.com/stretchr/testify v1.9.0
10-
github.com/testcontainers/testcontainers-go v0.31.0
10+
github.com/testcontainers/testcontainers-go v0.33.0
1111
go.opentelemetry.io/collector/component v0.107.1-0.20240821120936-6764622672bc
1212
go.opentelemetry.io/collector/config/configretry v1.13.1-0.20240821120936-6764622672bc
1313
go.opentelemetry.io/collector/config/configtls v1.13.1-0.20240821120936-6764622672bc
@@ -22,17 +22,18 @@ require (
2222
require (
2323
dario.cat/mergo v1.0.0 // indirect
2424
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
25-
github.com/Microsoft/go-winio v0.6.1 // indirect
26-
github.com/Microsoft/hcsshim v0.11.4 // indirect
25+
github.com/Microsoft/go-winio v0.6.2 // indirect
26+
github.com/Microsoft/hcsshim v0.11.5 // indirect
2727
github.com/beorn7/perks v1.0.1 // indirect
2828
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2929
github.com/cespare/xxhash/v2 v2.3.0 // indirect
30-
github.com/containerd/containerd v1.7.15 // indirect
30+
github.com/containerd/containerd v1.7.18 // indirect
3131
github.com/containerd/log v0.1.0 // indirect
32+
github.com/containerd/platforms v0.2.1 // indirect
3233
github.com/cpuguy83/dockercfg v0.3.1 // indirect
3334
github.com/davecgh/go-spew v1.1.1 // indirect
34-
github.com/distribution/reference v0.5.0 // indirect
35-
github.com/docker/docker v26.1.5+incompatible // indirect
35+
github.com/distribution/reference v0.6.0 // indirect
36+
github.com/docker/docker v27.1.1+incompatible // indirect
3637
github.com/docker/go-connections v0.5.0 // indirect
3738
github.com/docker/go-units v0.5.0 // indirect
3839
github.com/felixge/httpsnoop v1.0.4 // indirect

exporter/rabbitmqexporter/go.sum

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

exporter/splunkhecexporter/go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.107.0
1212
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.107.0
1313
github.com/stretchr/testify v1.9.0
14-
github.com/testcontainers/testcontainers-go v0.31.0
14+
github.com/testcontainers/testcontainers-go v0.33.0
1515
go.opentelemetry.io/collector/component v0.107.1-0.20240821120936-6764622672bc
1616
go.opentelemetry.io/collector/config/confighttp v0.107.1-0.20240821120936-6764622672bc
1717
go.opentelemetry.io/collector/config/configopaque v1.13.1-0.20240821120936-6764622672bc
@@ -36,16 +36,17 @@ require (
3636
require (
3737
dario.cat/mergo v1.0.0 // indirect
3838
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
39-
github.com/Microsoft/go-winio v0.6.1 // indirect
40-
github.com/Microsoft/hcsshim v0.11.4 // indirect
39+
github.com/Microsoft/go-winio v0.6.2 // indirect
40+
github.com/Microsoft/hcsshim v0.11.5 // indirect
4141
github.com/beorn7/perks v1.0.1 // indirect
4242
github.com/cespare/xxhash/v2 v2.3.0 // indirect
43-
github.com/containerd/containerd v1.7.15 // indirect
43+
github.com/containerd/containerd v1.7.18 // indirect
4444
github.com/containerd/log v0.1.0 // indirect
45+
github.com/containerd/platforms v0.2.1 // indirect
4546
github.com/cpuguy83/dockercfg v0.3.1 // indirect
4647
github.com/davecgh/go-spew v1.1.1 // indirect
47-
github.com/distribution/reference v0.5.0 // indirect
48-
github.com/docker/docker v26.1.5+incompatible // indirect
48+
github.com/distribution/reference v0.6.0 // indirect
49+
github.com/docker/docker v27.1.1+incompatible // indirect
4950
github.com/docker/go-connections v0.5.0 // indirect
5051
github.com/docker/go-units v0.5.0 // indirect
5152
github.com/felixge/httpsnoop v1.0.4 // indirect

exporter/splunkhecexporter/go.sum

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

extension/observer/dockerobserver/go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/obser
33
go 1.22.0
44

55
require (
6-
github.com/docker/docker v26.1.5+incompatible
6+
github.com/docker/docker v27.1.1+incompatible
77
github.com/docker/go-connections v0.5.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.107.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.107.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.107.0
1111
github.com/stretchr/testify v1.9.0
12-
github.com/testcontainers/testcontainers-go v0.31.0
12+
github.com/testcontainers/testcontainers-go v0.33.0
1313
go.opentelemetry.io/collector/component v0.107.1-0.20240821120936-6764622672bc
1414
go.opentelemetry.io/collector/confmap v0.107.1-0.20240821120936-6764622672bc
1515
go.opentelemetry.io/collector/extension v0.107.1-0.20240821120936-6764622672bc
@@ -21,15 +21,16 @@ require (
2121
dario.cat/mergo v1.0.0 // indirect
2222
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
2323
github.com/Microsoft/go-winio v0.6.2 // indirect
24-
github.com/Microsoft/hcsshim v0.11.4 // indirect
24+
github.com/Microsoft/hcsshim v0.11.5 // indirect
2525
github.com/beorn7/perks v1.0.1 // indirect
2626
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
2727
github.com/cespare/xxhash/v2 v2.3.0 // indirect
28-
github.com/containerd/containerd v1.7.15 // indirect
28+
github.com/containerd/containerd v1.7.18 // indirect
2929
github.com/containerd/log v0.1.0 // indirect
30+
github.com/containerd/platforms v0.2.1 // indirect
3031
github.com/cpuguy83/dockercfg v0.3.1 // indirect
3132
github.com/davecgh/go-spew v1.1.1 // indirect
32-
github.com/distribution/reference v0.5.0 // indirect
33+
github.com/distribution/reference v0.6.0 // indirect
3334
github.com/docker/go-units v0.5.0 // indirect
3435
github.com/felixge/httpsnoop v1.0.4 // indirect
3536
github.com/go-logr/logr v1.4.2 // indirect

0 commit comments

Comments
 (0)