You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sooner or later you probably have to move away from Glide, see their README. Right now, this doesn't help as dep has the same issues as Glide when it comes to supporting Go modules.
Please use the following questions as a guideline to help me answer
your issue/question without further inquiry. Thank you.
Which version of Elastic are you using?
Please describe the expected behavior
Using go1.10.2 with
glide
:My glide configuration is:
My import statement is:
Please describe the actual behavior
The
client.go
has an import error as it has this import statement:The
v6
directory is not imported byglide
(used only with go modules), and hence on go1.10.2 this fails to build with the error:Any steps to reproduce the behavior?
.../vendor/github.com/olivere/elastic
go vet
The text was updated successfully, but these errors were encountered: