internal/proxy: port script from Go Cloud to create module proxy (#95)

I have created gs://wire-modules to store the Wire dependencies. I ran
the script in this commit to populate the contents of the GCS bucket and
am updating Travis to point to the new proxy.

Fixes #81
This commit is contained in:
Ross Light
2018-12-10 15:12:36 -08:00
committed by GitHub
parent 28f5930663
commit 983dc94257
3 changed files with 95 additions and 1 deletions

View File

@@ -45,5 +45,5 @@ script:
env:
global:
- GOPROXY=https://storage.googleapis.com/go-cloud-modules/
- GOPROXY=https://storage.googleapis.com/wire-modules/
- GO111MODULE=on