Skip to content

Commit 9896efb

Browse files
Bump the testcontainers group with 7 updates
Bumps the testcontainers group with 7 updates: | Package | From | To | | --- | --- | --- | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [github.com/testcontainers/testcontainers-go/modules/kafka](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [github.com/testcontainers/testcontainers-go/modules/mongodb](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [github.com/testcontainers/testcontainers-go/modules/mysql](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [github.com/testcontainers/testcontainers-go/modules/rabbitmq](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | | [github.com/testcontainers/testcontainers-go/modules/redis](https://github.com/testcontainers/testcontainers-go) | `0.39.0` | `0.40.0` | Updates `github.com/testcontainers/testcontainers-go` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `github.com/testcontainers/testcontainers-go/modules/kafka` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `github.com/testcontainers/testcontainers-go/modules/mongodb` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `github.com/testcontainers/testcontainers-go/modules/mysql` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `github.com/testcontainers/testcontainers-go/modules/rabbitmq` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.0...v0.40.0) Updates `github.com/testcontainers/testcontainers-go/modules/redis` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.39.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 dependency-group: testcontainers - dependency-name: github.com/testcontainers/testcontainers-go/modules/kafka dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: github.com/testcontainers/testcontainers-go/modules/mongodb dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: github.com/testcontainers/testcontainers-go/modules/mysql dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: github.com/testcontainers/testcontainers-go/modules/rabbitmq dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers - dependency-name: github.com/testcontainers/testcontainers-go/modules/redis dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: testcontainers ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5340494 commit 9896efb

2 files changed

Lines changed: 99 additions & 118 deletions

File tree

go.mod

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module wait4x.dev/v3
22

3-
go 1.25
3+
go 1.25.0
44

55
require (
66
github.com/antchfx/htmlquery v1.3.4
@@ -17,13 +17,13 @@ require (
1717
github.com/segmentio/kafka-go v0.4.48
1818
github.com/spf13/cobra v1.9.1
1919
github.com/stretchr/testify v1.11.1
20-
github.com/testcontainers/testcontainers-go v0.39.0
21-
github.com/testcontainers/testcontainers-go/modules/kafka v0.39.0
22-
github.com/testcontainers/testcontainers-go/modules/mongodb v0.39.0
23-
github.com/testcontainers/testcontainers-go/modules/mysql v0.39.0
24-
github.com/testcontainers/testcontainers-go/modules/postgres v0.39.0
25-
github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.39.0
26-
github.com/testcontainers/testcontainers-go/modules/redis v0.39.0
20+
github.com/testcontainers/testcontainers-go v0.41.0
21+
github.com/testcontainers/testcontainers-go/modules/kafka v0.41.0
22+
github.com/testcontainers/testcontainers-go/modules/mongodb v0.41.0
23+
github.com/testcontainers/testcontainers-go/modules/mysql v0.41.0
24+
github.com/testcontainers/testcontainers-go/modules/postgres v0.41.0
25+
github.com/testcontainers/testcontainers-go/modules/rabbitmq v0.41.0
26+
github.com/testcontainers/testcontainers-go/modules/redis v0.41.0
2727
github.com/tidwall/gjson v1.18.0
2828
github.com/tonglil/buflogr v1.1.1
2929
go.mongodb.org/mongo-driver v1.17.4
@@ -49,26 +49,25 @@ require (
4949
github.com/davecgh/go-spew v1.1.1 // indirect
5050
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
5151
github.com/distribution/reference v0.6.0 // indirect
52-
github.com/docker/docker v28.3.3+incompatible // indirect
52+
github.com/docker/docker v28.5.2+incompatible // indirect
5353
github.com/docker/go-connections v0.6.0 // indirect
5454
github.com/docker/go-units v0.5.0 // indirect
55-
github.com/ebitengine/purego v0.8.4 // indirect
55+
github.com/ebitengine/purego v0.10.0 // indirect
5656
github.com/felixge/httpsnoop v1.0.4 // indirect
5757
github.com/fsnotify/fsnotify v1.8.0 // indirect
5858
github.com/go-ole/go-ole v1.3.0 // indirect
59-
github.com/gogo/protobuf v1.3.2 // indirect
6059
github.com/google/uuid v1.6.0 // indirect
61-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
60+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
6261
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6362
github.com/influxdata/line-protocol v0.0.0-20210922203350-b1ad95c89adf // indirect
64-
github.com/klauspost/compress v1.18.0 // indirect
63+
github.com/klauspost/compress v1.18.2 // indirect
6564
github.com/lufia/plan9stats v0.0.0-20250303091104-876f3ea5145d // indirect
6665
github.com/magiconair/properties v1.8.10 // indirect
6766
github.com/mattn/go-colorable v0.1.14 // indirect
6867
github.com/mattn/go-isatty v0.0.20 // indirect
6968
github.com/mdelapenya/tlscert v0.2.0 // indirect
7069
github.com/moby/docker-image-spec v1.3.1 // indirect
71-
github.com/moby/go-archive v0.1.0 // indirect
70+
github.com/moby/go-archive v0.2.0 // indirect
7271
github.com/moby/patternmatcher v0.6.0 // indirect
7372
github.com/moby/sys/sequential v0.6.0 // indirect
7473
github.com/moby/sys/user v0.4.0 // indirect
@@ -83,40 +82,42 @@ require (
8382
github.com/pkg/errors v0.9.1 // indirect
8483
github.com/pmezard/go-difflib v1.0.0 // indirect
8584
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
86-
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
85+
github.com/shirou/gopsutil/v4 v4.26.2 // indirect
8786
github.com/sirupsen/logrus v1.9.3 // indirect
8887
github.com/spf13/pflag v1.0.6 // indirect
8988
github.com/stretchr/objx v0.5.2 // indirect
9089
github.com/tidwall/match v1.1.1 // indirect
9190
github.com/tidwall/pretty v1.2.1 // indirect
92-
github.com/tklauser/go-sysconf v0.3.15 // indirect
93-
github.com/tklauser/numcpus v0.10.0 // indirect
91+
github.com/tklauser/go-sysconf v0.3.16 // indirect
92+
github.com/tklauser/numcpus v0.11.0 // indirect
9493
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
9594
github.com/xdg-go/scram v1.1.2 // indirect
9695
github.com/xdg-go/stringprep v1.0.4 // indirect
9796
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
9897
github.com/yusufpapurcu/wmi v1.2.4 // indirect
9998
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
10099
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
101-
go.opentelemetry.io/otel v1.39.0 // indirect
102-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
103-
go.opentelemetry.io/otel/metric v1.39.0 // indirect
104-
go.opentelemetry.io/otel/trace v1.39.0 // indirect
105-
golang.org/x/crypto v0.46.0 // indirect
106-
golang.org/x/mod v0.30.0 // indirect
100+
go.opentelemetry.io/otel v1.41.0 // indirect
101+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.41.0 // indirect
102+
go.opentelemetry.io/otel/metric v1.41.0 // indirect
103+
go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect
104+
go.opentelemetry.io/otel/trace v1.41.0 // indirect
105+
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
106+
golang.org/x/crypto v0.48.0 // indirect
107+
golang.org/x/mod v0.33.0 // indirect
107108
golang.org/x/sync v0.19.0 // indirect
108-
golang.org/x/tools v0.39.0 // indirect
109-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
110-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
111-
google.golang.org/protobuf v1.36.10 // indirect
109+
golang.org/x/tools v0.41.0 // indirect
110+
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect
111+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57 // indirect
112+
google.golang.org/protobuf v1.36.11 // indirect
112113
gopkg.in/yaml.v3 v3.0.1 // indirect
113114
)
114115

115116
require (
116117
github.com/fatih/color v1.18.0
117118
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
118119
github.com/golang/snappy v1.0.0 // indirect
119-
golang.org/x/net v0.48.0
120-
golang.org/x/sys v0.39.0 // indirect
121-
golang.org/x/text v0.32.0 // indirect
120+
golang.org/x/net v0.50.0
121+
golang.org/x/sys v0.41.0 // indirect
122+
golang.org/x/text v0.34.0 // indirect
122123
)

0 commit comments

Comments
 (0)