constabulary / gb

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

module github.com/constabulary/gb@latest found (v0.4.4), but does not contain package github.com/constabulary/gb/internal/vendor #745

Closed denisgolius closed 4 years ago

denisgolius commented 4 years ago
 go get github.com/constabulary/gb/...
go: finding github.com/constabulary/gb v0.4.4
go: downloading github.com/constabulary/gb v0.4.4
go: extracting github.com/constabulary/gb v0.4.4
go: downloading github.com/pkg/errors v0.9.1
go: extracting github.com/pkg/errors v0.9.1
go: finding github.com/pkg/errors v0.9.1
build github.com/constabulary/gb/cmd/gb: cannot load github.com/constabulary/gb/internal/vendor: module github.com/constabulary/gb@latest found (v0.4.4), but does not contain package github.com/constabulary/gb/internal/vendor
go get -u github.com/constabulary/gb/...
build github.com/constabulary/gb/cmd/gb: cannot load github.com/constabulary/gb/internal/vendor: module github.com/constabulary/gb@latest found (v0.4.4), but does not contain package github.com/constabulary/gb/internal/vendor

go version go1.13.8 linux/amd64 OS: Ubuntu 18.04 bionic Kernel: x86_64 Linux 5.3.0-40-generic

davecheney commented 4 years ago

I’m sorry gb is not module compatible

On 6 Mar 2020, at 16:29, Denis notifications@github.com wrote:

 go get github.com/constabulary/gb/... go: finding github.com/constabulary/gb v0.4.4 go: downloading github.com/constabulary/gb v0.4.4 go: extracting github.com/constabulary/gb v0.4.4 go: downloading github.com/pkg/errors v0.9.1 go: extracting github.com/pkg/errors v0.9.1 go: finding github.com/pkg/errors v0.9.1 build github.com/constabulary/gb/cmd/gb: cannot load github.com/constabulary/gb/internal/vendor: module github.com/constabulary/gb@latest found (v0.4.4), but does not contain package github.com/constabulary/gb/internal/vendor go get -u github.com/constabulary/gb/... build github.com/constabulary/gb/cmd/gb: cannot load github.com/constabulary/gb/internal/vendor: module github.com/constabulary/gb@latest found (v0.4.4), but does not contain package github.com/constabulary/gb/internal/vendor go version go1.13.8 linux/amd64 OS: Ubuntu 18.04 bionic Kernel: x86_64 Linux 5.3.0-40-generic

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.