terraform/scripts
Martin Atkins c133de863b build: Update most things for Go 1.11 modules
We're still using vendoring for now until we get _all_ of our tooling
updated, so the main idea here is to force use of the vendor directory
when running tests and building for development so we can quickly find
situations where we forget to run "go mod vendor".

We also setting GO111MODULE=off for installation of tools. Right now this
is the best way to install a tool in GOBIN without also interfering with
go.mod and go.sum, until a better pattern for managing tool dependencies
is devised by the Go team.

Finally, we run "go mod download" before launching "gox" in the main
build process, to prime the local module cache once so that the concurrent
"go build" processes won't race to populate it redundantly. This means
that we'll be producing final builds from the module cache rather than
from vendor as with everything else -- there's currently no way to tell
gox to use -mod=vendor -- but that should be fine in practice since
our go.sum file will ensure that we get the exact sources we expect in
the module cache before building.
2018-11-19 09:02:35 -08:00
..
docker-release build: scripted local build process for docker images 2017-08-14 12:16:21 -07:00
build.sh build: Update most things for Go 1.11 modules 2018-11-19 09:02:35 -08:00
changelog-links.sh Fixed regexp to process comma-separated links to github issues in CHANGELOG.md 2016-10-27 20:07:37 +02:00
debug-terraform scripts: helper for launching Terraform in the dlv debugger 2017-10-16 17:51:54 -07:00
dist.sh scripts/dist.sh: tweaks for recent hc-releases 2016-07-15 18:38:47 -06:00
generate-plugins.go Add salt-masterless provisioner 2017-08-07 10:00:29 -04:00
generate-plugins_test.go remove hard-coded opc provider and providers tests 2017-06-12 13:42:07 -04:00
gofmtcheck.sh Improve performance of fmtcheck 2016-03-31 13:57:09 -07:00
gogetcookie.sh Update our go.googlesource.com rate-limit cookie 2017-10-06 11:43:28 -07:00
travis.sh Add script for running tests in Travis 2015-12-22 11:27:04 -05:00