diff --git a/examples/bigtable/go.mod b/examples/bigtable/go.mod index 65ca497beb..8cdbf3e292 100644 --- a/examples/bigtable/go.mod +++ b/examples/bigtable/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( cloud.google.com/go/bigtable v1.18.1 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 google.golang.org/api v0.134.0 google.golang.org/grpc v1.57.0 ) diff --git a/examples/cockroachdb/go.mod b/examples/cockroachdb/go.mod index 9a0127f734..1037425cc9 100644 --- a/examples/cockroachdb/go.mod +++ b/examples/cockroachdb/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/uuid v1.3.0 github.com/jackc/pgx/v4 v4.18.1 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) replace github.com/testcontainers/testcontainers-go => ../.. diff --git a/examples/consul/go.mod b/examples/consul/go.mod index 06834375ac..71677737c9 100644 --- a/examples/consul/go.mod +++ b/examples/consul/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/hashicorp/consul/api v1.23.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) require ( diff --git a/examples/datastore/go.mod b/examples/datastore/go.mod index bf7bb85e75..1c9ea1d173 100644 --- a/examples/datastore/go.mod +++ b/examples/datastore/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( cloud.google.com/go/datastore v1.13.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 google.golang.org/api v0.134.0 google.golang.org/grpc v1.57.0 ) diff --git a/examples/firestore/go.mod b/examples/firestore/go.mod index 836dd7e839..8e55932921 100644 --- a/examples/firestore/go.mod +++ b/examples/firestore/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( cloud.google.com/go/firestore v1.11.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 google.golang.org/api v0.134.0 google.golang.org/grpc v1.57.0 ) diff --git a/examples/mongodb/go.mod b/examples/mongodb/go.mod index 9b4c309a83..23869f8db8 100644 --- a/examples/mongodb/go.mod +++ b/examples/mongodb/go.mod @@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/examples/mongodb go 1.19 require ( - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 go.mongodb.org/mongo-driver v1.12.0 ) diff --git a/examples/nats/go.mod b/examples/nats/go.mod index 92c6776cb0..8915588fe3 100644 --- a/examples/nats/go.mod +++ b/examples/nats/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/nats-io/nats.go v1.28.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) require ( diff --git a/examples/nginx/go.mod b/examples/nginx/go.mod index e7dcd15a9c..8c95021d69 100644 --- a/examples/nginx/go.mod +++ b/examples/nginx/go.mod @@ -2,7 +2,7 @@ module github.com/testcontainers/testcontainers-go/examples/nginx go 1.19 -require github.com/testcontainers/testcontainers-go v0.21.0 +require github.com/testcontainers/testcontainers-go v0.22.0 replace github.com/testcontainers/testcontainers-go => ../.. diff --git a/examples/pubsub/go.mod b/examples/pubsub/go.mod index fc1c4c0deb..6f1e62e62c 100644 --- a/examples/pubsub/go.mod +++ b/examples/pubsub/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( cloud.google.com/go/pubsub v1.33.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 google.golang.org/api v0.134.0 google.golang.org/grpc v1.57.0 ) diff --git a/examples/spanner/go.mod b/examples/spanner/go.mod index 222702d818..baa1b5bc79 100644 --- a/examples/spanner/go.mod +++ b/examples/spanner/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( cloud.google.com/go/spanner v1.47.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 google.golang.org/api v0.134.0 google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 google.golang.org/grpc v1.57.0 diff --git a/examples/toxiproxy/go.mod b/examples/toxiproxy/go.mod index 91a3b3a9ab..416b00d445 100644 --- a/examples/toxiproxy/go.mod +++ b/examples/toxiproxy/go.mod @@ -6,7 +6,7 @@ require ( github.com/Shopify/toxiproxy/v2 v2.5.0 github.com/go-redis/redis/v8 v8.11.5 github.com/google/uuid v1.3.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) require ( diff --git a/mkdocs.yml b/mkdocs.yml index 91383709d2..d52b1e0e45 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -103,4 +103,4 @@ nav: - Getting help: getting_help.md edit_uri: edit/main/docs/ extra: - latest_version: v0.21.0 + latest_version: v0.22.0 diff --git a/modules/compose/go.mod b/modules/compose/go.mod index 9c577f87e5..9d364a345e 100644 --- a/modules/compose/go.mod +++ b/modules/compose/go.mod @@ -14,7 +14,7 @@ require ( github.com/docker/docker v24.0.5+incompatible github.com/google/uuid v1.3.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 golang.org/x/sync v0.3.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/modules/couchbase/go.mod b/modules/couchbase/go.mod index 7ad03918ea..3657d348c0 100644 --- a/modules/couchbase/go.mod +++ b/modules/couchbase/go.mod @@ -6,7 +6,7 @@ require ( github.com/cenkalti/backoff/v4 v4.2.1 github.com/couchbase/gocb/v2 v2.6.3 github.com/docker/go-connections v0.4.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 github.com/tidwall/gjson v1.15.0 ) diff --git a/modules/k3s/go.mod b/modules/k3s/go.mod index 3eeeb6a34f..e65bf57f2b 100644 --- a/modules/k3s/go.mod +++ b/modules/k3s/go.mod @@ -6,7 +6,7 @@ require ( github.com/docker/docker v24.0.5+incompatible github.com/docker/go-connections v0.4.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/apimachinery v0.27.4 k8s.io/client-go v0.27.4 diff --git a/modules/localstack/go.mod b/modules/localstack/go.mod index 244a21e4e6..c913fb134a 100644 --- a/modules/localstack/go.mod +++ b/modules/localstack/go.mod @@ -10,7 +10,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1 github.com/docker/go-connections v0.4.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 golang.org/x/mod v0.12.0 ) diff --git a/modules/mysql/go.mod b/modules/mysql/go.mod index 863acb4b6a..6caa42dd32 100644 --- a/modules/mysql/go.mod +++ b/modules/mysql/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/go-sql-driver/mysql v1.7.1 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) diff --git a/modules/neo4j/go.mod b/modules/neo4j/go.mod index 83ab1f9e2e..15321b5654 100644 --- a/modules/neo4j/go.mod +++ b/modules/neo4j/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/docker/go-connections v0.4.0 github.com/neo4j/neo4j-go-driver/v5 v5.10.0 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) diff --git a/modules/postgres/go.mod b/modules/postgres/go.mod index b20cabfc62..51e9814a9d 100644 --- a/modules/postgres/go.mod +++ b/modules/postgres/go.mod @@ -6,7 +6,7 @@ require ( github.com/docker/go-connections v0.4.0 github.com/lib/pq v1.10.9 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) diff --git a/modules/pulsar/go.mod b/modules/pulsar/go.mod index 8e8c0767c0..17f92b0fe5 100644 --- a/modules/pulsar/go.mod +++ b/modules/pulsar/go.mod @@ -7,7 +7,7 @@ require ( github.com/docker/docker v24.0.5+incompatible github.com/docker/go-connections v0.4.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) replace github.com/testcontainers/testcontainers-go => ../.. diff --git a/modules/redis/go.mod b/modules/redis/go.mod index f87223c9a4..aa0175f9a3 100644 --- a/modules/redis/go.mod +++ b/modules/redis/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-redis/redis/v8 v8.11.5 github.com/google/uuid v1.3.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 ) diff --git a/modules/redpanda/go.mod b/modules/redpanda/go.mod index 39e187b72d..cd91513f38 100644 --- a/modules/redpanda/go.mod +++ b/modules/redpanda/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/docker/go-connections v0.4.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 github.com/twmb/franz-go v1.14.3 github.com/twmb/franz-go/pkg/kadm v1.8.1 diff --git a/modules/vault/go.mod b/modules/vault/go.mod index 977c589fea..056d2b02a7 100644 --- a/modules/vault/go.mod +++ b/modules/vault/go.mod @@ -6,7 +6,7 @@ require ( github.com/docker/docker v24.0.5+incompatible github.com/hashicorp/vault-client-go v0.2.0 github.com/stretchr/testify v1.8.4 - github.com/testcontainers/testcontainers-go v0.21.0 + github.com/testcontainers/testcontainers-go v0.22.0 github.com/tidwall/gjson v1.14.4 )