-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
I am about to switch to go modules but it appears the branch release-branch.v6 has some import problems when you just try to use it using old-fashioned GOPATH...
When you compile you get:
/go/src/github.com/olivere/elastic/client.go:24:2: cannot find package "github.com/olivere/elastic/v6/config" in any of:
/usr/local/go/src/github.com/olivere/elastic/v6/config (from $GOROOT)
/go/src/github.com/olivere/elastic/v6/config (from $GOPATH)
/go/src/github.com/olivere/elastic/bulk.go:14:2: cannot find package "github.com/olivere/elastic/v6/uritemplates" in any of:
/usr/local/go/src/github.com/olivere/elastic/v6/uritemplates (from $GOROOT)
/go/src/github.com/olivere/elastic/v6/uritemplates (from $GOPATH)
I realize you recommend to use a dependency manager however prior to your latest update it still worked okay.
Metadata
Metadata
Assignees
Labels
No labels