goproxyio / goproxy

A global proxy for Go modules.
https://goproxy.io
MIT License
5.8k stars 366 forks source link

Is there need to support Fossil Scm? #35

Closed hxzhao527 closed 5 years ago

hxzhao527 commented 5 years ago

According to golang/go#10010 , and vcs.go#L226

go get support fossil-scm.

But docker image buildpack-deps:stretch-scm does't contain it.

hxzhao527 commented 5 years ago

waiting docker-library/buildpack-deps#87. Maybe we don't need include Fossil by our self.