module github.com/hashicorp/packer-plugin-googlecompute go 1.16 require ( cloud.google.com/go v0.81.0 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer v1.7.1 github.com/hashicorp/packer-plugin-sdk v0.2.3 github.com/hashicorp/vault/api v1.0.4 github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84 google.golang.org/api v0.43.0 )