Skip to content

Commit

Permalink
chore: bump testcontainers-go to 0.17.0 in examples (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Dec 23, 2022
1 parent a242ee7 commit a64fbe2
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
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

0 comments on commit a64fbe2

Please sign in to comment.