coretech / terrafile

A binary written in Go to systematically manage external modules from Github for use in Terraform
Apache License 2.0
142 stars 28 forks source link

Switch to go modules #7

Closed tommyknows closed 5 years ago

tommyknows commented 5 years ago

Go Modules is now the de-facto standard (and definitely will be in the future).

This PR switches to go modules and removes the Gopkg-files.

nritholtz commented 5 years ago

LGTM. Thanks for the contribution