heroku / heroku-buildpack-go

Heroku's classic buildpack for Go applications.
https://devcenter.heroku.com/categories/go-support
MIT License
794 stars 513 forks source link

Drop bzr dependency support #553

Closed joshwlewis closed 7 months ago

joshwlewis commented 7 months ago

This PR removes support for downloading bzr-hosted dependencies directly.

Installing bzr-hosted dependencies via GOPROXY will work with default GOPROXY settings since go1.13.

Why this change?