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
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?
elastic.v7 (for Elasticsearch 7.x)
Please describe the expected behavior
github.com/olivere/elastic/v7 should have been added as a direct dependency
import "github.com/olivere/elastic/v7" should be recognised as a valid path
Please describe the actual behavior
github.com/olivere/elastic/v7 added as an indirect dependency
import "github.com/olivere/elastic/v7" not recognised as a valid path
But when I first import "github.com/olivere/elastic/v7" in my package (without running go get) and then run go mod vendor, it's added as a direct dependency and import path is also recognised in my package
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?
elastic.v7 (for Elasticsearch 7.x)
Please describe the expected behavior
github.com/olivere/elastic/v7 should have been added as a direct dependency
import "github.com/olivere/elastic/v7" should be recognised as a valid path
Please describe the actual behavior
github.com/olivere/elastic/v7 added as an indirect dependency
import "github.com/olivere/elastic/v7" not recognised as a valid path
Any steps to reproduce the behavior?
The text was updated successfully, but these errors were encountered: