cryptix / git-remote-ipfs

git transport helper for ipfs
MIT License
227 stars 25 forks source link

Compile under Go 1.6 #10

Closed Quiark closed 6 years ago

Quiark commented 8 years ago

With

C:\devel\go> bin\go version
go version go1.6 windows/amd64

compilation fails:

C:\devel\go> go get -u github.com/cryptix/git-remote-ipfs
package code.google.com/p/go-uuid/uuid: unable to detect version control system for code.google.com/ path

On Mac with Go 1.5.3 this merely gives me a warning.

danielrw7 commented 8 years ago

I'm getting this same error on Ubuntu 14.04.1:

$ go version
go version go1.6 linux/amd64
$ go get -u github.com/cryptix/git-remote-ipfs
package code.google.com/p/go-uuid/uuid: unable to detect version control system for code.google.com/ path
cryptix commented 7 years ago

Sorry for slacking on this for so long. The notifications drowned in my inbox. I'll try to make this buildable again next week.

cryptix commented 6 years ago

really sorry this blocked so long. builds again on 1.9 and tests also still pass.