diff --git a/examples/pubsub/pubsub.go b/examples/pubsub/pubsub.go index 810f47416e..10d5074544 100644 --- a/examples/pubsub/pubsub.go +++ b/examples/pubsub/pubsub.go @@ -3,9 +3,8 @@ package pubsub import ( "context" "fmt" - "github.com/testcontainers/testcontainers-go/wait" - "github.com/testcontainers/testcontainers-go" + "github.com/testcontainers/testcontainers-go/wait" ) // pubsubContainer represents the pubsub container type used in the module diff --git a/go.mod b/go.mod index 1b47dedeb5..154f4763f7 100644 --- a/go.mod +++ b/go.mod @@ -20,6 +20,8 @@ require ( github.com/stretchr/testify v1.8.0 golang.org/x/sync v0.1.0 golang.org/x/sys v0.1.0 + golang.org/x/text v0.3.7 + gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 gotest.tools/gotestsum v1.8.2 ) @@ -149,7 +151,6 @@ require ( golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect - golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect golang.org/x/tools v0.1.11 // indirect google.golang.org/appengine v1.6.7 // indirect @@ -157,7 +158,6 @@ require ( google.golang.org/grpc v1.47.0 // indirect google.golang.org/protobuf v1.28.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect k8s.io/api v0.24.1 // indirect k8s.io/apimachinery v0.24.1 // indirect k8s.io/client-go v0.24.1 // indirect