hashicorp / terraform-provider-template

Terraform template provider
https://www.terraform.io/docs/providers/template/
Mozilla Public License 2.0
130 stars 89 forks source link

go mod tidy #55

Closed radeksimko closed 5 years ago

radeksimko commented 5 years ago

This PR is a result of the following commands

rm go.sum
go mod tidy
go mod vendor

ran in a fresh golang:1.11.5 Docker container.