Skip to content

Commit ce75d65

Browse files
[+] bump testcontainers/testcontainers-go from 0.40.0 to 0.41.0 (#756)
* Bump github.com/testcontainers/testcontainers-go from 0.40.0 to 0.41.0 Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump sub-modules --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlo Golub <[email protected]>
1 parent b2b1708 commit ce75d65

2 files changed

Lines changed: 79 additions & 39 deletions

File tree

go.mod

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ go 1.25.0
44

55
require (
66
github.com/cavaliercoder/grab v2.0.0+incompatible
7-
github.com/cybertec-postgresql/pgx-migrator v1.2.0
7+
github.com/cybertec-postgresql/pgx-migrator v1.3.0
88
github.com/jackc/pgx/v5 v5.8.0
99
github.com/jessevdk/go-flags v1.6.1
1010
github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc
1111
github.com/pashagolub/pgxmock/v5 v5.0.1
1212
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
1313
github.com/sethvargo/go-retry v0.3.0
14-
github.com/sirupsen/logrus v1.9.3
14+
github.com/sirupsen/logrus v1.9.4
1515
github.com/spf13/viper v1.21.0
1616
github.com/stretchr/testify v1.11.1
17-
github.com/testcontainers/testcontainers-go v0.40.0
18-
github.com/testcontainers/testcontainers-go/modules/postgres v0.40.0
17+
github.com/testcontainers/testcontainers-go v0.41.0
18+
github.com/testcontainers/testcontainers-go/modules/postgres v0.41.0
1919
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2020
gopkg.in/yaml.v3 v3.0.1
2121
)
@@ -25,6 +25,8 @@ require (
2525
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2626
github.com/Microsoft/go-winio v0.6.2 // indirect
2727
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
28+
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
29+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2830
github.com/containerd/errdefs v1.0.0 // indirect
2931
github.com/containerd/errdefs/pkg v0.3.0 // indirect
3032
github.com/containerd/log v0.1.0 // indirect
@@ -35,37 +37,37 @@ require (
3537
github.com/docker/docker v28.5.2+incompatible // indirect
3638
github.com/docker/go-connections v0.6.0 // indirect
3739
github.com/docker/go-units v0.5.0 // indirect
38-
github.com/ebitengine/purego v0.9.1 // indirect
40+
github.com/ebitengine/purego v0.10.0 // indirect
3941
github.com/felixge/httpsnoop v1.0.4 // indirect
4042
github.com/fsnotify/fsnotify v1.9.0 // indirect
4143
github.com/go-logr/logr v1.4.3 // indirect
4244
github.com/go-logr/stdr v1.2.2 // indirect
4345
github.com/go-ole/go-ole v1.3.0 // indirect
44-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
46+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
4547
github.com/google/uuid v1.6.0 // indirect
4648
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
4749
github.com/jackc/pgpassfile v1.0.0 // indirect
4850
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
4951
github.com/jackc/puddle/v2 v2.2.2 // indirect
50-
github.com/klauspost/compress v1.18.1 // indirect
51-
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
52+
github.com/klauspost/compress v1.18.4 // indirect
53+
github.com/lufia/plan9stats v0.0.0-20260216142805-b3301c5f2a88 // indirect
5254
github.com/magiconair/properties v1.8.10 // indirect
5355
github.com/moby/docker-image-spec v1.3.1 // indirect
54-
github.com/moby/go-archive v0.1.0 // indirect
56+
github.com/moby/go-archive v0.2.0 // indirect
5557
github.com/moby/patternmatcher v0.6.0 // indirect
5658
github.com/moby/sys/sequential v0.6.0 // indirect
5759
github.com/moby/sys/user v0.4.0 // indirect
5860
github.com/moby/sys/userns v0.1.0 // indirect
5961
github.com/moby/term v0.5.2 // indirect
60-
github.com/morikuni/aec v1.0.0 // indirect
62+
github.com/morikuni/aec v1.1.0 // indirect
6163
github.com/opencontainers/go-digest v1.0.0 // indirect
6264
github.com/opencontainers/image-spec v1.1.1 // indirect
6365
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
6466
github.com/pkg/errors v0.9.1 // indirect
6567
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
6668
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
6769
github.com/sagikazarmark/locafero v0.12.0 // indirect
68-
github.com/shirou/gopsutil/v4 v4.25.10 // indirect
70+
github.com/shirou/gopsutil/v4 v4.26.2 // indirect
6971
github.com/spf13/afero v1.15.0 // indirect
7072
github.com/spf13/cast v1.10.0 // indirect
7173
github.com/spf13/pflag v1.0.10 // indirect
@@ -74,15 +76,15 @@ require (
7476
github.com/tklauser/numcpus v0.11.0 // indirect
7577
github.com/yusufpapurcu/wmi v1.2.4 // indirect
7678
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
77-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
78-
go.opentelemetry.io/otel v1.38.0 // indirect
79-
go.opentelemetry.io/otel/metric v1.38.0 // indirect
80-
go.opentelemetry.io/otel/trace v1.38.0 // indirect
79+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
80+
go.opentelemetry.io/otel v1.42.0 // indirect
81+
go.opentelemetry.io/otel/metric v1.42.0 // indirect
82+
go.opentelemetry.io/otel/trace v1.42.0 // indirect
8183
go.yaml.in/yaml/v3 v3.0.4 // indirect
82-
golang.org/x/crypto v0.48.0 // indirect
83-
golang.org/x/sync v0.19.0 // indirect
84-
golang.org/x/sys v0.41.0 // indirect
85-
golang.org/x/text v0.34.0 // indirect
84+
golang.org/x/crypto v0.49.0 // indirect
85+
golang.org/x/sync v0.20.0 // indirect
86+
golang.org/x/sys v0.42.0 // indirect
87+
golang.org/x/text v0.35.0 // indirect
8688
google.golang.org/grpc v1.75.0 // indirect
8789
google.golang.org/protobuf v1.36.7 // indirect
8890
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect

0 commit comments

Comments
 (0)