* Bump tf to version 1.0 * Bump terraform-aws-ci * Mark private key output as sensitive * remove deprecated list() function
12 lines
305 B
Modula-2
12 lines
305 B
Modula-2
module github.com/gruntwork-io/terraform-google-sql/test
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20200504171905-7e668d9ad0ba
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gruntwork-io/terratest v0.37.5
|
|
github.com/lib/pq v1.5.1
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|