Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/make returns "undefined: dependency.StoreKeyPrefix" #30

Open
ctchan opened this issue Jun 17, 2019 · 1 comment
Open

build/make returns "undefined: dependency.StoreKeyPrefix" #30

ctchan opened this issue Jun 17, 2019 · 1 comment

Comments

@ctchan
Copy link

ctchan commented Jun 17, 2019

make
go get -d -v
go build -ldflags="-X main.Version v0.4.1" -o bin/jsonconsul cmd/*.go
# github.com/vsco/jsonconsul
/Users/cchan/go/src/github.com/vsco/jsonconsul/export_watch.go:34:10: undefined: dependency.StoreKeyPrefix
@ctchan
Copy link
Author

ctchan commented Jun 17, 2019

started with:

make
go get -d -v
go build -ldflags="-X main.Version v0.4.1" -o bin/jsonconsul cmd/*.go
cmd/main.go:5:2: cannot find package "github.com/vsco/jsonconsul" in any of:
	/usr/local/Cellar/go/1.12.5/libexec/src/github.com/vsco/jsonconsul (from $GOROOT)
	/Users/cchan/go/src/github.com/vsco/jsonconsul (from $GOPATH)
make: *** [build] Error 1
[/opt/docker/cchan-ubuntu/cchan/misc/jsonconsul]
cchan@ChrisBG-macbook-pro$ go get github.com/vsco/jsonconsul
# github.com/vsco/jsonconsul
/Users/cchan/go/src/github.com/vsco/jsonconsul/export_watch.go:34:10: undefined: dependency.StoreKeyPrefix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant