Skip to content

Commit

Permalink
chore: use new version (v0.21.0) in modules and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Jun 22, 2023
1 parent b3e8a22 commit f2f9024
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/modules/k3s.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# K3s

Not available until the next release of testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go"><span class="tc-version">:material-tag: main</span></a>
Since testcontainers-go <a href="https://github.com/testcontainers/testcontainers-go/releases/tag/v0.21.0"><span class="tc-version">:material-tag: v0.21.0</span></a>

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion examples/bigtable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
cloud.google.com/go/bigtable v1.18.1
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
google.golang.org/api v0.125.0
google.golang.org/grpc v1.55.0
gotest.tools/gotestsum v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion examples/cockroachdb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion examples/consul/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/hashicorp/consul/api v1.20.0
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion examples/datastore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
cloud.google.com/go/datastore v1.11.0
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
google.golang.org/api v0.125.0
google.golang.org/grpc v1.55.0
gotest.tools/gotestsum v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion examples/firestore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
cloud.google.com/go/firestore v1.10.0
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
google.golang.org/api v0.125.0
google.golang.org/grpc v1.55.0
gotest.tools/gotestsum v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion examples/mongodb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/examples/mongodb
go 1.19

require (
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
go.mongodb.org/mongo-driver v1.11.6
gotest.tools/gotestsum v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion examples/nats/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/nats-io/nats.go v1.26.0
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion examples/nginx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/testcontainers/testcontainers-go/examples/nginx
go 1.19

require (
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
cloud.google.com/go/pubsub v1.31.0
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
google.golang.org/api v0.125.0
google.golang.org/grpc v1.55.0
gotest.tools/gotestsum v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion examples/spanner/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
cloud.google.com/go/spanner v1.46.0
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
google.golang.org/api v0.125.0
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc
google.golang.org/grpc v1.55.0
Expand Down
2 changes: 1 addition & 1 deletion examples/toxiproxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ nav:
- Getting help: getting_help.md
edit_uri: edit/main/docs/
extra:
latest_version: v0.20.1
latest_version: v0.21.0
2 changes: 1 addition & 1 deletion modules/compose/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/docker/docker v23.0.5+incompatible
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
golang.org/x/sync v0.2.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/gotestsum v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion modules/couchbase/go.mod
Original file line number Diff line number Diff line change
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.20.1
github.com/testcontainers/testcontainers-go v0.21.0
github.com/tidwall/gjson v1.14.4
gotest.tools/gotestsum v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion modules/k3s/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/docker/docker v23.0.5+incompatible
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/gotestsum v1.10.0
k8s.io/apimachinery v0.27.2
Expand Down
2 changes: 1 addition & 1 deletion modules/localstack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.1
github.com/testcontainers/testcontainers-go v0.21.0
golang.org/x/mod v0.10.0
gotest.tools/gotestsum v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion modules/mysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/go-sql-driver/mysql v1.7.1
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/neo4j/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/docker/go-connections v0.4.0
github.com/neo4j/neo4j-go-driver/v5 v5.9.0
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/postgres/go.mod
Original file line number Diff line number Diff line change
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.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/pulsar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/docker/docker v23.0.5+incompatible
github.com/docker/go-connections v0.4.0
github.com/stretchr/testify v1.8.4
github.com/testcontainers/testcontainers-go v0.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/redis/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.1
github.com/testcontainers/testcontainers-go v0.21.0
gotest.tools/gotestsum v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion modules/redpanda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.1
github.com/testcontainers/testcontainers-go v0.21.0
github.com/twmb/franz-go v1.13.5
github.com/twmb/franz-go/pkg/kadm v1.8.1
gotest.tools/gotestsum v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion modules/vault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/docker/docker v23.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.20.1
github.com/testcontainers/testcontainers-go v0.21.0
github.com/tidwall/gjson v1.14.4
gotest.tools/gotestsum v1.10.0
)
Expand Down

0 comments on commit f2f9024

Please sign in to comment.