Skip to content

Commit add4ac3

Browse files
committed
chore: use new version (v0.35.0) in modules and examples
1 parent 3330dc1 commit add4ac3

File tree

58 files changed

+58
-58
lines changed

Some content is hidden

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

58 files changed

+58
-58
lines changed

docs/features/garbage_collector.md

Lines changed: 1 addition & 1 deletion

docs/modules/gcloud.md

Lines changed: 1 addition & 1 deletion

docs/modules/nats.md

Lines changed: 1 addition & 1 deletion

docs/modules/ollama.md

Lines changed: 1 addition & 1 deletion

docs/modules/postgres.md

Lines changed: 1 addition & 1 deletion

examples/nginx/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
require (
66
github.com/stretchr/testify v1.9.0
7-
github.com/testcontainers/testcontainers-go v0.34.0
7+
github.com/testcontainers/testcontainers-go v0.35.0
88
)
99

1010
replace github.com/testcontainers/testcontainers-go => ../..

examples/toxiproxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-redis/redis/v8 v8.11.5
88
github.com/google/uuid v1.6.0
99
github.com/stretchr/testify v1.9.0
10-
github.com/testcontainers/testcontainers-go v0.34.0
10+
github.com/testcontainers/testcontainers-go v0.35.0
1111
)
1212

1313
require (

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ nav:
140140
- Getting help: getting_help.md
141141
edit_uri: edit/main/docs/
142142
extra:
143-
latest_version: v0.34.0
143+
latest_version: v0.35.0

modules/artemis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/docker/go-connections v0.5.0
77
github.com/go-stomp/stomp/v3 v3.0.5
88
github.com/stretchr/testify v1.9.0
9-
github.com/testcontainers/testcontainers-go v0.34.0
9+
github.com/testcontainers/testcontainers-go v0.35.0
1010
)
1111

1212
require (

modules/azurite/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue v1.0.0
1010
github.com/docker/go-connections v0.5.0
1111
github.com/stretchr/testify v1.9.0
12-
github.com/testcontainers/testcontainers-go v0.34.0
12+
github.com/testcontainers/testcontainers-go v0.35.0
1313
)
1414

1515
require (

0 commit comments

Comments
 (0)