constabulary/gb

Error vendoring gb with gb-vendor

Closed this issue · 2 comments

  $ 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.

Fixed.