Skip to content

Commit

Permalink
Bump dependencies (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm authored Oct 24, 2022
1 parent 9b07923 commit 9f4ee11
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 644 deletions.
4 changes: 2 additions & 2 deletions elasticsearch/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/docker/docker v20.10.20+incompatible
github.com/docker/go-units v0.5.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
go.nhat.io/testcontainers-extra v0.6.0
)

Expand Down Expand Up @@ -34,7 +34,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/testcontainers/testcontainers-go v0.14.0 // indirect
github.com/testcontainers/testcontainers-go v0.15.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/net v0.1.0 // indirect
Expand Down
429 changes: 10 additions & 419 deletions elasticsearch/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
go.mongodb.org/mongo-driver v1.10.3
go.nhat.io/testcontainers-extra v0.6.0
go.nhat.io/testcontainers-registry v0.8.0
Expand Down Expand Up @@ -42,7 +42,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/testcontainers/testcontainers-go v0.14.0 // indirect
github.com/testcontainers/testcontainers-go v0.15.0 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
Expand Down
62 changes: 8 additions & 54 deletions mongo/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mssql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.18

require (
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/stretchr/testify v1.8.0
github.com/testcontainers/testcontainers-go v0.14.0
github.com/stretchr/testify v1.8.1
github.com/testcontainers/testcontainers-go v0.15.0
go.nhat.io/testcontainers-extra v0.6.0
go.nhat.io/testcontainers-registry v0.8.0
)
Expand Down
62 changes: 8 additions & 54 deletions mssql/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions mysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.18
require (
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/stretchr/testify v1.8.0
github.com/testcontainers/testcontainers-go v0.14.0
github.com/stretchr/testify v1.8.1
github.com/testcontainers/testcontainers-go v0.15.0
go.nhat.io/testcontainers-extra v0.6.0
go.nhat.io/testcontainers-registry v0.8.0
)
Expand Down
61 changes: 8 additions & 53 deletions mysql/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions postgres/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/golang-migrate/migrate/v4 v4.15.2
github.com/jackc/pgx/v4 v4.17.2
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
go.nhat.io/testcontainers-extra v0.6.0
go.nhat.io/testcontainers-registry v0.8.0
)
Expand Down Expand Up @@ -47,7 +47,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/testcontainers/testcontainers-go v0.14.0 // indirect
github.com/testcontainers/testcontainers-go v0.15.0 // indirect
go.opencensus.io v0.23.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
Expand Down
62 changes: 8 additions & 54 deletions postgres/go.sum

Large diffs are not rendered by default.

0 comments on commit 9f4ee11

Please sign in to comment.