Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatthm committed Aug 18, 2022
1 parent 2841eaa commit 7d55b4c
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 41 deletions.
2 changes: 1 addition & 1 deletion database/mssql/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"time"

_ "github.com/golang-migrate/migrate/v4/database/sqlserver" // Database driver
"github.com/testcontainers/testcontainers-go/wait"
"go.nhat.io/testcontainers-go-extra"
extrawait "go.nhat.io/testcontainers-go-extra/wait"
"github.com/testcontainers/testcontainers-go/wait"

db "go.nhat.io/testcontainers-go-registry/database"
)
Expand Down
2 changes: 1 addition & 1 deletion database/mysql/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"time"

_ "github.com/golang-migrate/migrate/v4/database/mysql" // Database driver
"github.com/testcontainers/testcontainers-go/wait"
"go.nhat.io/testcontainers-go-extra"
extrawait "go.nhat.io/testcontainers-go-extra/wait"
"github.com/testcontainers/testcontainers-go/wait"

db "go.nhat.io/testcontainers-go-registry/database"
)
Expand Down
5 changes: 1 addition & 4 deletions elasticsearch/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
module github.com/nhatthm/testcontainers-go-common/elasticsearch
module go.nhat.io/testcontainers-go-registry/elasticsearch

go 1.18

require (
github.com/docker/docker v20.10.17+incompatible
github.com/docker/go-units v0.4.0
github.com/go-sql-driver/mysql v1.6.0
github.com/stretchr/testify v1.8.0
go.nhat.io/testcontainers-go-extra v0.4.0
go.nhat.io/testcontainers-go-registry v0.5.0
)

require (
Expand All @@ -30,7 +28,6 @@ require (
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nhatthm/testcontainers-go-extra v0.3.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/opencontainers/runc v1.1.3 // indirect
Expand Down
4 changes: 0 additions & 4 deletions elasticsearch/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,6 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8m
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
github.com/nhatthm/testcontainers-go-extra v0.3.0 h1:mYimYCKExgcYcZdlX6mscBL/riRHT0sDTYNz5kZiSaE=
github.com/nhatthm/testcontainers-go-extra v0.3.0/go.mod h1:V26mpCEX/Kv6n9DCOIvX1JwJkZlLvfV21ZE4QjhqR4M=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
Expand Down Expand Up @@ -701,8 +699,6 @@ go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489/go.mod h1:yVHk9ub3C
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk=
go.nhat.io/testcontainers-go-extra v0.4.0 h1:LJIkviVSO6mP82zqREhFMRuoUODqNvzT66X+GU8uNiY=
go.nhat.io/testcontainers-go-extra v0.4.0/go.mod h1:vJn/acYygoFnmR+r0eWdHSsOHIs38ItiKAwVQVi2OB0=
go.nhat.io/testcontainers-go-registry v0.5.0 h1:wySnWvvE4W5UohGc6Wr10LXQ/w2H06RLRAZhK/nMk8Y=
go.nhat.io/testcontainers-go-registry v0.5.0/go.mod h1:RI/XE6ZYRNNjqLvv0qaRRRvHs4Nk/ecbadqlEPbrd9U=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand Down
1 change: 0 additions & 1 deletion elasticsearch/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"strings"
"testing"

_ "github.com/go-sql-driver/mysql" // Database driver
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.nhat.io/testcontainers-go-extra"
Expand Down
3 changes: 1 addition & 2 deletions mongo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/stretchr/testify v1.8.0
go.mongodb.org/mongo-driver v1.10.1
go.nhat.io/testcontainers-go-extra v0.4.0
go.nhat.io/testcontainers-go-registry v0.5.0
go.nhat.io/testcontainers-go-registry v0.6.0
)

require (
Expand Down Expand Up @@ -36,7 +36,6 @@ require (
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nhatthm/testcontainers-go-extra v0.3.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/opencontainers/runc v1.1.3 // indirect
Expand Down
6 changes: 2 additions & 4 deletions mongo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,6 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8/go.mod h1:86wM1zFnC6/uDBfZGNwB65O+pR2OFi5q/YQaEUid1qA=
github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba/go.mod h1:ncO5VaFWh0Nrt+4KT4mOZboaczBZcLuHrG+/sUeP8gI=
github.com/nhatthm/testcontainers-go-extra v0.3.0 h1:mYimYCKExgcYcZdlX6mscBL/riRHT0sDTYNz5kZiSaE=
github.com/nhatthm/testcontainers-go-extra v0.3.0/go.mod h1:V26mpCEX/Kv6n9DCOIvX1JwJkZlLvfV21ZE4QjhqR4M=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down Expand Up @@ -1141,8 +1139,8 @@ go.mongodb.org/mongo-driver v1.10.1/go.mod h1:z4XpeoU6w+9Vht+jAFyLgVrD+jGSQQe0+C
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk=
go.nhat.io/testcontainers-go-extra v0.4.0 h1:LJIkviVSO6mP82zqREhFMRuoUODqNvzT66X+GU8uNiY=
go.nhat.io/testcontainers-go-extra v0.4.0/go.mod h1:vJn/acYygoFnmR+r0eWdHSsOHIs38ItiKAwVQVi2OB0=
go.nhat.io/testcontainers-go-registry v0.5.0 h1:wySnWvvE4W5UohGc6Wr10LXQ/w2H06RLRAZhK/nMk8Y=
go.nhat.io/testcontainers-go-registry v0.5.0/go.mod h1:RI/XE6ZYRNNjqLvv0qaRRRvHs4Nk/ecbadqlEPbrd9U=
go.nhat.io/testcontainers-go-registry v0.6.0 h1:2FGFVNKzuG5f2wVSCygJ94C0ZvKRAgyt2VtwRSO0caA=
go.nhat.io/testcontainers-go-registry v0.6.0/go.mod h1:Grp67VHCIEDhab50tkg/6t/p4y+KwvVLC5qy641v5fo=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand Down
2 changes: 1 addition & 1 deletion mongo/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ import (
"testing"
"time"

"go.nhat.io/testcontainers-go-extra"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/mongo"
"go.mongodb.org/mongo-driver/mongo/options"
"go.nhat.io/testcontainers-go-extra"

mongodb "go.nhat.io/testcontainers-go-registry/mongo"
)
Expand Down
3 changes: 1 addition & 2 deletions mssql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/stretchr/testify v1.8.0
github.com/testcontainers/testcontainers-go v0.13.0
go.nhat.io/testcontainers-go-extra v0.4.0
go.nhat.io/testcontainers-go-registry v0.5.0
go.nhat.io/testcontainers-go-registry v0.6.0
)

require (
Expand Down Expand Up @@ -42,7 +42,6 @@ require (
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nhatthm/testcontainers-go-extra v0.3.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/opencontainers/runc v1.1.3 // indirect
Expand Down
6 changes: 2 additions & 4 deletions mssql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -889,8 +889,6 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8/go.mod h1:86wM1zFnC6/uDBfZGNwB65O+pR2OFi5q/YQaEUid1qA=
github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba/go.mod h1:ncO5VaFWh0Nrt+4KT4mOZboaczBZcLuHrG+/sUeP8gI=
github.com/nhatthm/testcontainers-go-extra v0.3.0 h1:mYimYCKExgcYcZdlX6mscBL/riRHT0sDTYNz5kZiSaE=
github.com/nhatthm/testcontainers-go-extra v0.3.0/go.mod h1:V26mpCEX/Kv6n9DCOIvX1JwJkZlLvfV21ZE4QjhqR4M=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down Expand Up @@ -1148,8 +1146,8 @@ go.mongodb.org/mongo-driver v1.7.0/go.mod h1:Q4oFMbo1+MSNqICAdYMlC/zSTrwCogR4R8N
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk=
go.nhat.io/testcontainers-go-extra v0.4.0 h1:LJIkviVSO6mP82zqREhFMRuoUODqNvzT66X+GU8uNiY=
go.nhat.io/testcontainers-go-extra v0.4.0/go.mod h1:vJn/acYygoFnmR+r0eWdHSsOHIs38ItiKAwVQVi2OB0=
go.nhat.io/testcontainers-go-registry v0.5.0 h1:wySnWvvE4W5UohGc6Wr10LXQ/w2H06RLRAZhK/nMk8Y=
go.nhat.io/testcontainers-go-registry v0.5.0/go.mod h1:RI/XE6ZYRNNjqLvv0qaRRRvHs4Nk/ecbadqlEPbrd9U=
go.nhat.io/testcontainers-go-registry v0.6.0 h1:2FGFVNKzuG5f2wVSCygJ94C0ZvKRAgyt2VtwRSO0caA=
go.nhat.io/testcontainers-go-registry v0.6.0/go.mod h1:Grp67VHCIEDhab50tkg/6t/p4y+KwvVLC5qy641v5fo=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand Down
2 changes: 1 addition & 1 deletion mssql/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"time"

_ "github.com/golang-migrate/migrate/v4/database/sqlserver" // Database driver
"github.com/testcontainers/testcontainers-go/wait"
"go.nhat.io/testcontainers-go-extra"
extrawait "go.nhat.io/testcontainers-go-extra/wait"
"github.com/testcontainers/testcontainers-go/wait"

db "go.nhat.io/testcontainers-go-registry/database"
)
Expand Down
2 changes: 1 addition & 1 deletion mssql/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"os"
"testing"

"go.nhat.io/testcontainers-go-extra"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.nhat.io/testcontainers-go-extra"

"go.nhat.io/testcontainers-go-registry/mssql"
)
Expand Down
3 changes: 1 addition & 2 deletions mysql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/stretchr/testify v1.8.0
github.com/testcontainers/testcontainers-go v0.13.0
go.nhat.io/testcontainers-go-extra v0.4.0
go.nhat.io/testcontainers-go-registry v0.5.0
go.nhat.io/testcontainers-go-registry v0.6.0
)

require (
Expand All @@ -34,7 +34,6 @@ require (
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nhatthm/testcontainers-go-extra v0.3.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/opencontainers/runc v1.1.3 // indirect
Expand Down
6 changes: 2 additions & 4 deletions mysql/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,6 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8/go.mod h1:86wM1zFnC6/uDBfZGNwB65O+pR2OFi5q/YQaEUid1qA=
github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba/go.mod h1:ncO5VaFWh0Nrt+4KT4mOZboaczBZcLuHrG+/sUeP8gI=
github.com/nhatthm/testcontainers-go-extra v0.3.0 h1:mYimYCKExgcYcZdlX6mscBL/riRHT0sDTYNz5kZiSaE=
github.com/nhatthm/testcontainers-go-extra v0.3.0/go.mod h1:V26mpCEX/Kv6n9DCOIvX1JwJkZlLvfV21ZE4QjhqR4M=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down Expand Up @@ -1126,8 +1124,8 @@ go.mongodb.org/mongo-driver v1.7.0/go.mod h1:Q4oFMbo1+MSNqICAdYMlC/zSTrwCogR4R8N
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk=
go.nhat.io/testcontainers-go-extra v0.4.0 h1:LJIkviVSO6mP82zqREhFMRuoUODqNvzT66X+GU8uNiY=
go.nhat.io/testcontainers-go-extra v0.4.0/go.mod h1:vJn/acYygoFnmR+r0eWdHSsOHIs38ItiKAwVQVi2OB0=
go.nhat.io/testcontainers-go-registry v0.5.0 h1:wySnWvvE4W5UohGc6Wr10LXQ/w2H06RLRAZhK/nMk8Y=
go.nhat.io/testcontainers-go-registry v0.5.0/go.mod h1:RI/XE6ZYRNNjqLvv0qaRRRvHs4Nk/ecbadqlEPbrd9U=
go.nhat.io/testcontainers-go-registry v0.6.0 h1:2FGFVNKzuG5f2wVSCygJ94C0ZvKRAgyt2VtwRSO0caA=
go.nhat.io/testcontainers-go-registry v0.6.0/go.mod h1:Grp67VHCIEDhab50tkg/6t/p4y+KwvVLC5qy641v5fo=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand Down
2 changes: 1 addition & 1 deletion mysql/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import (
"time"

_ "github.com/golang-migrate/migrate/v4/database/mysql" // Database driver
"github.com/testcontainers/testcontainers-go/wait"
"go.nhat.io/testcontainers-go-extra"
extrawait "go.nhat.io/testcontainers-go-extra/wait"
"github.com/testcontainers/testcontainers-go/wait"

db "go.nhat.io/testcontainers-go-registry/database"
)
Expand Down
2 changes: 1 addition & 1 deletion mysql/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"testing"

_ "github.com/go-sql-driver/mysql" // Database driver
"go.nhat.io/testcontainers-go-extra"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.nhat.io/testcontainers-go-extra"

"go.nhat.io/testcontainers-go-registry/mysql"
)
Expand Down
3 changes: 1 addition & 2 deletions postgres/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/jackc/pgx/v4 v4.17.0
github.com/stretchr/testify v1.8.0
go.nhat.io/testcontainers-go-extra v0.4.0
go.nhat.io/testcontainers-go-registry v0.5.0
go.nhat.io/testcontainers-go-registry v0.6.0
)

require (
Expand Down Expand Up @@ -41,7 +41,6 @@ require (
github.com/moby/sys/mountinfo v0.6.2 // indirect
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/nhatthm/testcontainers-go-extra v0.3.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/opencontainers/runc v1.1.3 // indirect
Expand Down
6 changes: 2 additions & 4 deletions postgres/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -895,8 +895,6 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8/go.mod h1:86wM1zFnC6/uDBfZGNwB65O+pR2OFi5q/YQaEUid1qA=
github.com/ncw/swift v1.0.47/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM=
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba/go.mod h1:ncO5VaFWh0Nrt+4KT4mOZboaczBZcLuHrG+/sUeP8gI=
github.com/nhatthm/testcontainers-go-extra v0.3.0 h1:mYimYCKExgcYcZdlX6mscBL/riRHT0sDTYNz5kZiSaE=
github.com/nhatthm/testcontainers-go-extra v0.3.0/go.mod h1:V26mpCEX/Kv6n9DCOIvX1JwJkZlLvfV21ZE4QjhqR4M=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down Expand Up @@ -1154,8 +1152,8 @@ go.mongodb.org/mongo-driver v1.7.0/go.mod h1:Q4oFMbo1+MSNqICAdYMlC/zSTrwCogR4R8N
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk=
go.nhat.io/testcontainers-go-extra v0.4.0 h1:LJIkviVSO6mP82zqREhFMRuoUODqNvzT66X+GU8uNiY=
go.nhat.io/testcontainers-go-extra v0.4.0/go.mod h1:vJn/acYygoFnmR+r0eWdHSsOHIs38ItiKAwVQVi2OB0=
go.nhat.io/testcontainers-go-registry v0.5.0 h1:wySnWvvE4W5UohGc6Wr10LXQ/w2H06RLRAZhK/nMk8Y=
go.nhat.io/testcontainers-go-registry v0.5.0/go.mod h1:RI/XE6ZYRNNjqLvv0qaRRRvHs4Nk/ecbadqlEPbrd9U=
go.nhat.io/testcontainers-go-registry v0.6.0 h1:2FGFVNKzuG5f2wVSCygJ94C0ZvKRAgyt2VtwRSO0caA=
go.nhat.io/testcontainers-go-registry v0.6.0/go.mod h1:Grp67VHCIEDhab50tkg/6t/p4y+KwvVLC5qy641v5fo=
go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
Expand Down
2 changes: 1 addition & 1 deletion postgres/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"testing"

_ "github.com/jackc/pgx/v4/stdlib" // Database driver
"go.nhat.io/testcontainers-go-extra"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.nhat.io/testcontainers-go-extra"

pg "go.nhat.io/testcontainers-go-registry/postgres"
)
Expand Down

0 comments on commit 7d55b4c

Please sign in to comment.