constabulary / gb

gb, the project based build tool for Go
https://getgb.io/
MIT License
2.15k stars 150 forks source link

Error vendoring gb with gb-vendor #721

Closed DanielHeath closed 7 years ago

DanielHeath commented 7 years ago
  $ go version
go version go1.8 darwin/amd64
  $ gb vendor fetch github.com/constabulary/gb
fetching recursive dependency github.com/pkg/errors
fetching recursive dependency golang_org/x/crypto/chacha20poly1305
FATAL: command "fetch" failed: "golang_org/x/crypto/chacha20poly1305" is not a valid import path
FATAL: command "vendor" failed: exit status 1

As far as I can tell, this actually works, but the exit status of 1 left me digging for answers for awhile.

davecheney commented 7 years ago

Can you please check that you are using the latest gb, I think this issue was fixed about a month ago.

On Fri, 12 May 2017, 12:32 Daniel Heath notifications@github.com wrote:

$ go version go version go1.8 darwin/amd64 $ gb vendor fetch github.com/constabulary/gb fetching recursive dependency github.com/pkg/errors fetching recursive dependency golang_org/x/crypto/chacha20poly1305 FATAL: command "fetch" failed: "golang_org/x/crypto/chacha20poly1305" is not a valid import path FATAL: command "vendor" failed: exit status 1

As far as I can tell, this actually works, but the exit status of 1 left me digging for answers for awhile.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/constabulary/gb/issues/721, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAcA4wE9iI-vct-OD5x9Rh5dga02yJVks5r48TZgaJpZM4NYxcu .

DanielHeath commented 7 years ago

Fixed.