heroku-buildpack-go
heroku-buildpack-go copied to clipboard
support new go1.13 module proxy/sum/etc options
go1.13 made use of proxy.golang.org and others default, as mentioned here.
We should give people a way to control values of GOPROXY, GOSUMDB, GOPRIVATE, and friends as part of builds. For example, apps using GitHub tokens to fetch from private repositories as part of builds may break or expose some information (repo name, etc).