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 transitive dependencies #527

Merged
2 changes: 2 additions & 0 deletions e2e/go.mod
Expand Up @@ -3,8 +3,10 @@ module e2e
go 1.13
mdelapenya marked this conversation as resolved.
Show resolved Hide resolved

require (
github.com/aws/aws-sdk-go v1.44.99 // indirect
github.com/docker/go-connections v0.4.0
github.com/lib/pq v1.10.7
github.com/miekg/dns v1.1.50 // indirect
github.com/testcontainers/testcontainers-go v0.13.0
gotest.tools/gotestsum v1.8.2
)
Expand Down