Skip to content

Commit 896f379

Browse files
committed
chore: use new version (v0.31.0) in modules and examples
1 parent 788097d commit 896f379

File tree

48 files changed

+48
-48
lines changed

Some content is hidden

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

48 files changed

+48
-48
lines changed

docs/features/common_functional_options.md

Lines changed: 1 addition & 1 deletion

docs/features/networking.md

Lines changed: 1 addition & 1 deletion

docs/modules/dolt.md

Lines changed: 1 addition & 1 deletion

docs/modules/mongodb.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
@@ -2,7 +2,7 @@ module github.com/testcontainers/testcontainers-go/examples/nginx
22

33
go 1.21
44

5-
require github.com/testcontainers/testcontainers-go v0.30.0
5+
require github.com/testcontainers/testcontainers-go v0.31.0
66

77
replace github.com/testcontainers/testcontainers-go => ../..
88

examples/toxiproxy/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Shopify/toxiproxy/v2 v2.8.0
77
github.com/go-redis/redis/v8 v8.11.5
88
github.com/google/uuid v1.6.0
9-
github.com/testcontainers/testcontainers-go v0.30.0
9+
github.com/testcontainers/testcontainers-go v0.31.0
1010
)
1111

1212
require (

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ nav:
129129
- Getting help: getting_help.md
130130
edit_uri: edit/main/docs/
131131
extra:
132-
latest_version: v0.30.0
132+
latest_version: v0.31.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.30.0
9+
github.com/testcontainers/testcontainers-go v0.31.0
1010
)
1111

1212
require (

modules/cassandra/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/gocql/gocql v1.6.0
88
github.com/stretchr/testify v1.9.0
9-
github.com/testcontainers/testcontainers-go v0.30.0
9+
github.com/testcontainers/testcontainers-go v0.31.0
1010
)
1111

1212
require (

modules/chroma/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/amikos-tech/chroma-go v0.1.2
77
github.com/stretchr/testify v1.9.0
8-
github.com/testcontainers/testcontainers-go v0.30.0
8+
github.com/testcontainers/testcontainers-go v0.31.0
99
)
1010

1111
require (

0 commit comments

Comments
 (0)