Skip to content

Commit

Permalink
chore: use new version (v0.24.1) in modules and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Sep 20, 2023
1 parent 3d5837d commit 1dfca11
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion examples/bigtable/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
cloud.google.com/go/bigtable v1.19.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
google.golang.org/api v0.138.0
google.golang.org/grpc v1.57.0
)
Expand Down
2 changes: 1 addition & 1 deletion examples/cockroachdb/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/uuid v1.3.1
github.com/jackc/pgx/v4 v4.18.1
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

replace github.com/testcontainers/testcontainers-go => ../..
Expand Down
2 changes: 1 addition & 1 deletion examples/consul/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/hashicorp/consul/api v1.24.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion examples/datastore/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
cloud.google.com/go/datastore v1.14.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
google.golang.org/api v0.138.0
google.golang.org/grpc v1.57.0
)
Expand Down
2 changes: 1 addition & 1 deletion examples/firestore/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
cloud.google.com/go/firestore v1.12.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
google.golang.org/api v0.138.0
google.golang.org/grpc v1.57.0
)
Expand Down
2 changes: 1 addition & 1 deletion examples/nginx/go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/testcontainers/testcontainers-go/examples/nginx

go 1.20

require github.com/testcontainers/testcontainers-go v0.24.0
require github.com/testcontainers/testcontainers-go v0.24.1

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

Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
cloud.google.com/go/pubsub v1.33.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
google.golang.org/api v0.138.0
google.golang.org/grpc v1.57.0
)
Expand Down
2 changes: 1 addition & 1 deletion examples/spanner/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
cloud.google.com/go/spanner v1.49.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
google.golang.org/api v0.138.0
google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5
google.golang.org/grpc v1.57.0
Expand Down
2 changes: 1 addition & 1 deletion examples/toxiproxy/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/Shopify/toxiproxy/v2 v2.6.0
github.com/go-redis/redis/v8 v8.11.5
github.com/google/uuid v1.3.1
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
@@ -1,4 +1,4 @@
package internal

// Version is the next development version of the application
const Version = "0.25.0"
const Version = "0.24.1"
2 changes: 1 addition & 1 deletion mkdocs.yml
Expand Up @@ -111,4 +111,4 @@ nav:
- Getting help: getting_help.md
edit_uri: edit/main/docs/
extra:
latest_version: v0.24.0
latest_version: v0.24.1
2 changes: 1 addition & 1 deletion modules/artemis/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/docker/go-connections v0.4.0
github.com/go-stomp/stomp/v3 v3.0.5
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion modules/clickhouse/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/ClickHouse/clickhouse-go/v2 v2.13.4
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion modules/compose/go.mod
Expand Up @@ -14,7 +14,7 @@ require (
github.com/docker/docker v24.0.6+incompatible
github.com/google/uuid v1.3.1
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
golang.org/x/sync v0.3.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down
2 changes: 1 addition & 1 deletion modules/couchbase/go.mod
Expand Up @@ -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.24.0
github.com/testcontainers/testcontainers-go v0.24.1
github.com/tidwall/gjson v1.16.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/elasticsearch/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/elastic/go-elasticsearch/v8 v8.9.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
golang.org/x/mod v0.12.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/k3s/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/docker/docker v24.0.6+incompatible
github.com/docker/go-connections v0.4.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.28.1
k8s.io/client-go v0.28.1
Expand Down
2 changes: 1 addition & 1 deletion modules/kafka/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/IBM/sarama v1.41.1
github.com/docker/go-connections v0.4.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
golang.org/x/mod v0.12.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/localstack/go.mod
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
golang.org/x/mod v0.12.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/mariadb/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/go-sql-driver/mysql v1.7.1
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion modules/mongodb/go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/modules/mongodb
go 1.20

require (
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
go.mongodb.org/mongo-driver v1.12.1
)

Expand Down
2 changes: 1 addition & 1 deletion modules/mysql/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/go-sql-driver/mysql v1.7.1
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1

)

Expand Down
2 changes: 1 addition & 1 deletion modules/nats/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/nats-io/nats.go v1.28.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion modules/neo4j/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/docker/go-connections v0.4.0
github.com/neo4j/neo4j-go-driver/v5 v5.12.0
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

require (
Expand Down
2 changes: 1 addition & 1 deletion modules/postgres/go.mod
Expand Up @@ -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.24.0
github.com/testcontainers/testcontainers-go v0.24.1

)

Expand Down
2 changes: 1 addition & 1 deletion modules/pulsar/go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/docker/docker v24.0.6+incompatible
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
)

replace github.com/testcontainers/testcontainers-go => ../..
Expand Down
2 changes: 1 addition & 1 deletion modules/redis/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/google/uuid v1.3.1
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1

)

Expand Down
2 changes: 1 addition & 1 deletion modules/redpanda/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
github.com/twmb/franz-go v1.14.4
github.com/twmb/franz-go/pkg/kadm v1.9.0

Expand Down
2 changes: 1 addition & 1 deletion modules/vault/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/docker/docker v24.0.6+incompatible
github.com/hashicorp/vault-client-go v0.3.3
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.24.0
github.com/testcontainers/testcontainers-go v0.24.1
github.com/tidwall/gjson v1.16.0
)

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Expand Up @@ -7,7 +7,7 @@ sonar.projectKey=testcontainers_testcontainers-go

sonar.projectName=testcontainers-go

sonar.projectVersion=v0.24.0
sonar.projectVersion=v0.24.1

sonar.sources=.

Expand Down

0 comments on commit 1dfca11

Please sign in to comment.