heroku / heroku-buildpack-go

Heroku Go Buildpack
https://devcenter.heroku.com/categories/go
MIT License
792 stars 511 forks source link

Drop bzr dependency support #553

Closed joshwlewis closed 4 months ago

joshwlewis commented 4 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?