This repository was archived by the owner on Apr 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
This repository was archived by the owner on Apr 2, 2019. It is now read-only.
Is vendoring broken? #45
Copy link
Copy link
Open
Description
GO15VENDOREXPERIMENT is enabled; I'm in the right GOPATH; there's a vendor directory. The gorump binary appears to either ignore the environment variable, or has broken vendor experiment code. Or, more likely, I'm doing something wrong, and would appreciate the pointer (this works with a non-go-rump go 1.5 as well as go 1.6 and 1.7).
1029) printenv | grep GO
GO15VENDOREXPERIMENT=1
GOPATH=/home/ser/workspace
1030) pwd
/home/ser/workspace/src/bitbucket.org/XXXXXXXXX/alerts
1031) ls vendor
bitbucket.org github.com golang.org manifest vendor.json
1032) ~/go-rump/gorump/go/bin/go build -o build/alert ./cmd/web
../../../github.com/serussell/logxi/v1/init.go:11:2: cannot find package "github.com/mattn/go-colorable" in any of:
/home/ser/go-rump/gorump/go/src/github.com/mattn/go-colorable (from $GOROOT)
/home/ser/workspace/src/github.com/mattn/go-colorable (from $GOPATH)
../../../github.com/serussell/logxi/v1/init.go:12:2: cannot find package "github.com/mattn/go-isatty" in any of:
/home/ser/go-rump/gorump/go/src/github.com/mattn/go-isatty (from $GOROOT)
/home/ser/workspace/src/github.com/mattn/go-isatty (from $GOPATH)
../../../github.com/serussell/logxi/v1/callstack.go:11:2: cannot find package "github.com/mgutz/ansi" in any of:
/home/ser/go-rump/gorump/go/src/github.com/mgutz/ansi (from $GOROOT)
/home/ser/workspace/src/github.com/mgutz/ansi (from $GOPATH)
1033)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels