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
When I try to get glide to install github.com/elastic/go-elasticsearch to vendor/github.com/elastic/go-elasticsearch/v7 (note the v7 in the install path), with the following in glide.yaml:
However, I do not want the name to change. I want it to stay as github.com/elastic/go-elasticsearch/v7. Ie, I want the following in my glide.lock:
Suggestion: please allow us to disable the automatic path-to-subpackage behavior. Ie, maybe the following glide.yaml should keep the name field the same in the lock file:
I am trying to install
github.com/elastic/go-elasticsearch
, which uses go modules. In theirgo.mod
file, they name their packagegit.f4.workers.dev/elastic/go-elasticsearch/v7
(note the addedv7
for namespacing).However, this does not work with glide.
When I try to get glide to install
github.com/elastic/go-elasticsearch
tovendor/github.com/elastic/go-elasticsearch/v7
(note thev7
in the install path), with the following inglide.yaml
:This magically is changed to the following in the
glide.lock
:However, I do not want the
name
to change. I want it to stay asgit.f4.workers.dev/elastic/go-elasticsearch/v7
. Ie, I want the following in myglide.lock
:Suggestion: please allow us to disable the automatic path-to-subpackage behavior. Ie, maybe the following
glide.yaml
should keep thename
field the same in the lock file:or
The text was updated successfully, but these errors were encountered: