1
0
mirror of synced 2025-12-19 09:50:33 -05:00
Files
terraform-google-sql/test/go.mod
Ben Whaley 5134a7b36d Update to Terraform 1.x (#68)
* Bump tf to version 1.0
* Bump terraform-aws-ci
* Mark private key output as sensitive
* remove deprecated list() function
2021-08-23 14:19:02 +08:00

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
)