module github.com/aws/aws-sdk-go-v2

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/go-sql-driver/mysql v1.4.0
	github.com/google/go-cmp v0.3.1
	github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.2.2 // indirect
	golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
	google.golang.org/appengine v1.2.0 // indirect
)

go 1.12
