Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump testcontainers-go to 0.17.0 in examples #714

Merged
merged 1 commit into from
Dec 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.18

require (
cloud.google.com/go/bigtable v1.18.1
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
google.golang.org/api v0.105.0
google.golang.org/grpc v1.51.0
gotest.tools/gotestsum v1.8.2
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.17.2
github.com/stretchr/testify v1.8.1
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
gotest.tools/gotestsum v1.8.2
)

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.18

require (
cloud.google.com/go/datastore v1.10.0
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
google.golang.org/api v0.105.0
google.golang.org/grpc v1.51.0
gotest.tools/gotestsum v1.8.2
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.18

require (
cloud.google.com/go/firestore v1.9.0
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
google.golang.org/api v0.105.0
google.golang.org/grpc v1.51.0
gotest.tools/gotestsum v1.8.2
Expand Down
2 changes: 1 addition & 1 deletion examples/mysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/go-sql-driver/mysql v1.7.0
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
gotest.tools/gotestsum v1.8.2
)

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.18

require (
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
gotest.tools/gotestsum v1.8.2
)

Expand Down
2 changes: 1 addition & 1 deletion examples/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 v0.0.0-20150723085316-0dad96c0b94f
github.com/stretchr/testify v1.8.1
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
gotest.tools/gotestsum v1.8.2
)

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.18

require (
cloud.google.com/go/pubsub v1.28.0
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
google.golang.org/api v0.105.0
google.golang.org/grpc v1.51.0
gotest.tools/gotestsum v1.8.2
Expand Down
2 changes: 1 addition & 1 deletion examples/pulsar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/apache/pulsar-client-go v0.9.0
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
gotest.tools/gotestsum v1.8.2
)

Expand Down
2 changes: 1 addition & 1 deletion examples/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.1
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
gotest.tools/gotestsum v1.8.2
)

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.18

require (
cloud.google.com/go/spanner v1.42.0
github.com/testcontainers/testcontainers-go v0.16.0
github.com/testcontainers/testcontainers-go v0.17.0
google.golang.org/api v0.105.0
google.golang.org/genproto v0.0.0-20221206210731-b1a01be3a5f6
google.golang.org/grpc v1.51.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.16.0
github.com/testcontainers/testcontainers-go v0.17.0
gotest.tools/gotestsum v1.8.2
)

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ nav:
- Getting help: getting_help.md
edit_uri: edit/main/docs/
extra:
latest_version: 0.16.0
latest_version: 0.17.0