Skip to content

Commit 08c2385

Browse files
committed
chore: use new version (v0.29.1) in modules and examples
1 parent 4d7a27e commit 08c2385

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

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

41 files changed

+41
-41
lines changed

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.29.0
5+
require github.com/testcontainers/testcontainers-go v0.29.1
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.29.0
9+
github.com/testcontainers/testcontainers-go v0.29.1
1010
)
1111

1212
require (

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

33
// Version is the next development version of the application
4-
const Version = "v0.30.0"
4+
const Version = "0.29.1"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ nav:
124124
- Getting help: getting_help.md
125125
edit_uri: edit/main/docs/
126126
extra:
127-
latest_version: v0.29.0
127+
latest_version: v0.29.1

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.29.0
9+
github.com/testcontainers/testcontainers-go v0.29.1
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.29.0
9+
github.com/testcontainers/testcontainers-go v0.29.1
1010
)
1111

1212
require (

modules/chroma/go.mod

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

55
require (
66
github.com/amikos-tech/chroma-go v0.0.1
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/clickhouse/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cenkalti/backoff/v4 v4.2.1
88
github.com/docker/go-connections v0.5.0
99
github.com/stretchr/testify v1.9.0
10-
github.com/testcontainers/testcontainers-go v0.29.0
10+
github.com/testcontainers/testcontainers-go v0.29.1
1111
)
1212

1313
require (

modules/cockroachdb/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/jackc/pgx/v5 v5.5.4
88
github.com/stretchr/testify v1.9.0
9-
github.com/testcontainers/testcontainers-go v0.29.0
9+
github.com/testcontainers/testcontainers-go v0.29.1
1010
)
1111

1212
require (

modules/compose/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/docker/docker v25.0.3+incompatible
1212
github.com/google/uuid v1.6.0
1313
github.com/stretchr/testify v1.9.0
14-
github.com/testcontainers/testcontainers-go v0.29.0
14+
github.com/testcontainers/testcontainers-go v0.29.1
1515
golang.org/x/sync v0.6.0
1616
gopkg.in/yaml.v3 v3.0.1
1717
)

modules/consul/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/hashicorp/consul/api v1.27.0
77
github.com/stretchr/testify v1.9.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
)
1010

1111
require (

modules/couchbase/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/cenkalti/backoff/v4 v4.2.1
99
github.com/couchbase/gocb/v2 v2.7.2
1010
github.com/docker/go-connections v0.5.0
11-
github.com/testcontainers/testcontainers-go v0.29.0
11+
github.com/testcontainers/testcontainers-go v0.29.1
1212
github.com/tidwall/gjson v1.17.1
1313
)
1414

modules/elasticsearch/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/elastic/go-elasticsearch/v8 v8.12.1
77
github.com/stretchr/testify v1.9.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
golang.org/x/mod v0.16.0
1010
)
1111

modules/gcloud/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
cloud.google.com/go/pubsub v1.36.2
1111
cloud.google.com/go/spanner v1.57.0
1212
github.com/docker/go-connections v0.5.0
13-
github.com/testcontainers/testcontainers-go v0.29.0
13+
github.com/testcontainers/testcontainers-go v0.29.1
1414
google.golang.org/api v0.168.0
1515
google.golang.org/grpc v1.62.0
1616
)

modules/inbucket/go.mod

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

55
require (
66
github.com/inbucket/inbucket v2.0.0+incompatible
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/k3s/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/docker/docker v25.0.3+incompatible
77
github.com/docker/go-connections v0.5.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
gopkg.in/yaml.v3 v3.0.1
1010
k8s.io/api v0.29.2
1111
k8s.io/apimachinery v0.29.2

modules/k6/go.mod

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

55
require (
66
github.com/docker/docker v25.0.3+incompatible
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/kafka/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/IBM/sarama v1.42.1
77
github.com/docker/go-connections v0.5.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
golang.org/x/mod v0.16.0
1010
)
1111

modules/localstack/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/docker/docker v25.0.3+incompatible
1212
github.com/docker/go-connections v0.5.0
1313
github.com/stretchr/testify v1.9.0
14-
github.com/testcontainers/testcontainers-go v0.29.0
14+
github.com/testcontainers/testcontainers-go v0.29.1
1515
golang.org/x/mod v0.16.0
1616
)
1717

modules/mariadb/go.mod

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

55
require (
66
github.com/go-sql-driver/mysql v1.7.1
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/milvus/go.mod

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

55
require (
66
github.com/milvus-io/milvus-sdk-go/v2 v2.3.6
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/minio/go.mod

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

55
require (
66
github.com/minio/minio-go/v7 v7.0.68
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/mockserver/go.mod

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

55
require (
66
github.com/BraspagDevelopers/mock-server-client v0.2.2
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/mongodb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/modules/mongodb
33
go 1.21
44

55
require (
6-
github.com/testcontainers/testcontainers-go v0.29.0
6+
github.com/testcontainers/testcontainers-go v0.29.1
77
go.mongodb.org/mongo-driver v1.13.1
88
)
99

modules/mssql/go.mod

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

55
require (
66
github.com/microsoft/go-mssqldb v1.7.0
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/mysql/go.mod

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

55
require (
66
github.com/go-sql-driver/mysql v1.7.1
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88

99
)
1010

modules/nats/go.mod

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

55
require (
66
github.com/nats-io/nats.go v1.33.1
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/neo4j/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/docker/go-connections v0.5.0
77
github.com/neo4j/neo4j-go-driver/v5 v5.18.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
)
1010

1111
require (

modules/ollama/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/docker/docker v25.0.3+incompatible
77
github.com/google/uuid v1.6.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
github.com/tmc/langchaingo v0.1.5
1010
)
1111

modules/openldap/go.mod

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

55
require (
66
github.com/go-ldap/ldap/v3 v3.4.6
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/opensearch/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/docker/docker v25.0.3+incompatible
77
github.com/docker/go-units v0.5.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
)
1010

1111
require (

modules/postgres/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/jackc/pgx/v5 v5.5.4
88
github.com/lib/pq v1.10.9
99
github.com/stretchr/testify v1.9.0
10-
github.com/testcontainers/testcontainers-go v0.29.0
10+
github.com/testcontainers/testcontainers-go v0.29.1
1111

1212
)
1313

modules/pulsar/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/docker/docker v25.0.3+incompatible
88
github.com/docker/go-connections v0.5.0
99
github.com/stretchr/testify v1.9.0
10-
github.com/testcontainers/testcontainers-go v0.29.0
10+
github.com/testcontainers/testcontainers-go v0.29.1
1111
)
1212

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

modules/qdrant/go.mod

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

55
require (
66
github.com/qdrant/go-client v1.7.0
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
google.golang.org/grpc v1.62.0
99
)
1010

modules/rabbitmq/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/docker/go-connections v0.5.0
77
github.com/rabbitmq/amqp091-go v1.9.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
)
1010

1111
require (

modules/redis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/go-redis/redis/v8 v8.11.5
77
github.com/google/uuid v1.6.0
88
github.com/stretchr/testify v1.9.0
9-
github.com/testcontainers/testcontainers-go v0.29.0
9+
github.com/testcontainers/testcontainers-go v0.29.1
1010

1111
)
1212

modules/redpanda/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/docker/go-connections v0.5.0
77
github.com/stretchr/testify v1.9.0
8-
github.com/testcontainers/testcontainers-go v0.29.0
8+
github.com/testcontainers/testcontainers-go v0.29.1
99
github.com/twmb/franz-go v1.16.1
1010
github.com/twmb/franz-go/pkg/kadm v1.11.0
1111
golang.org/x/mod v0.16.0

modules/surrealdb/go.mod

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

55
require (
66
github.com/surrealdb/surrealdb.go v0.2.1
7-
github.com/testcontainers/testcontainers-go v0.29.0
7+
github.com/testcontainers/testcontainers-go v0.29.1
88
)
99

1010
require (

modules/vault/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/docker v25.0.3+incompatible
77
github.com/hashicorp/vault-client-go v0.4.3
88
github.com/stretchr/testify v1.9.0
9-
github.com/testcontainers/testcontainers-go v0.29.0
9+
github.com/testcontainers/testcontainers-go v0.29.1
1010
github.com/tidwall/gjson v1.17.1
1111
)
1212

modules/weaviate/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/modules/weaviate
33
go 1.21
44

55
require (
6-
github.com/testcontainers/testcontainers-go v0.29.0
6+
github.com/testcontainers/testcontainers-go v0.29.1
77
github.com/weaviate/weaviate-go-client/v4 v4.12.1
88
)
99

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar.projectKey=testcontainers_testcontainers-go
77

88
sonar.projectName=testcontainers-go
99

10-
sonar.projectVersion=v0.29.0
10+
sonar.projectVersion=v0.29.1
1111

1212
sonar.sources=.
1313

0 commit comments

Comments
 (0)