It seems we need to run `go mod tidy` first before we can run terratest. How to automate this dependency update? ``` ➜ gcp git:(master) go mod download ➜ gcp git:(master) go test -timeout 999999s go: updates to go.mod needed; to update it: go mod tidy ```