Skip to content

Commit 9e1d0ae

Browse files
chore: bump github.com/testcontainers/testcontainers-go/modules/localstack (#197)
Bumps [github.com/testcontainers/testcontainers-go/modules/localstack](https://github.com/testcontainers/testcontainers-go) from 0.36.0 to 0.37.0. - [Release notes](https://github.com/testcontainers/testcontainers-go/releases) - [Commits](testcontainers/testcontainers-go@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/testcontainers/testcontainers-go/modules/localstack dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b75e91b commit 9e1d0ae

File tree

2 files changed

+13
-91
lines changed

2 files changed

+13
-91
lines changed

go.mod

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ require (
1212
github.com/hashicorp/go-version v1.7.0
1313
github.com/sirupsen/logrus v1.9.3
1414
github.com/spf13/cobra v1.9.1
15-
github.com/testcontainers/testcontainers-go v0.36.0
16-
github.com/testcontainers/testcontainers-go/modules/localstack v0.36.0
15+
github.com/testcontainers/testcontainers-go v0.37.0
16+
github.com/testcontainers/testcontainers-go/modules/localstack v0.37.0
1717
gopkg.in/yaml.v3 v3.0.1
1818
)
1919

2020
require (
2121
dario.cat/mergo v1.0.1 // indirect
22-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
2322
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2423
github.com/Microsoft/go-winio v0.6.2 // indirect
2524
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
@@ -56,6 +55,7 @@ require (
5655
github.com/moby/docker-image-spec v1.3.1 // indirect
5756
github.com/moby/go-archive v0.1.0 // indirect
5857
github.com/moby/patternmatcher v0.6.0 // indirect
58+
github.com/moby/sys/atomicwriter v0.1.0 // indirect
5959
github.com/moby/sys/sequential v0.6.0 // indirect
6060
github.com/moby/sys/user v0.4.0 // indirect
6161
github.com/moby/sys/userns v0.1.0 // indirect
@@ -66,9 +66,7 @@ require (
6666
github.com/pkg/errors v0.9.1 // indirect
6767
github.com/pmezard/go-difflib v1.0.0 // indirect
6868
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
69-
github.com/shirou/gopsutil/v3 v3.24.5 // indirect
7069
github.com/shirou/gopsutil/v4 v4.25.3 // indirect
71-
github.com/shoenig/go-m1cpu v0.1.6 // indirect
7270
github.com/spf13/pflag v1.0.6 // indirect
7371
github.com/stretchr/testify v1.10.0 // indirect
7472
github.com/tklauser/go-sysconf v0.3.15 // indirect
@@ -77,17 +75,13 @@ require (
7775
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7876
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
7977
go.opentelemetry.io/otel v1.35.0 // indirect
80-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
8178
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 // indirect
8279
go.opentelemetry.io/otel/metric v1.35.0 // indirect
83-
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
8480
go.opentelemetry.io/otel/trace v1.35.0 // indirect
85-
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
8681
golang.org/x/crypto v0.37.0 // indirect
8782
golang.org/x/mod v0.24.0 // indirect
8883
golang.org/x/net v0.39.0 // indirect
8984
golang.org/x/sys v0.32.0 // indirect
90-
golang.org/x/text v0.24.0 // indirect
9185
golang.org/x/time v0.11.0 // indirect
9286
google.golang.org/genproto/googleapis/api v0.0.0-20250414145226-207652e42e2e // indirect
9387
google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect

0 commit comments

Comments
 (0)