bugfender / bugfender-integration-elasticsearch

sample project to copy all Bugfender logs to Elasticsearch
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

wrong import path? #2

Closed gianpaolof closed 2 years ago

gianpaolof commented 2 years ago

hello when I do:

go get github.com/bugfender/bugfender-integration-elasticsearch

I get the following error on windows: unrecognized import path "bugfender-integration-elasticsearch/pkg/dummy": import path does not begin with hostname unrecognized import path "bugfender-integration-elasticsearch/pkg/elasticsearch": import path does not begin with hostname unrecognized import path "bugfender-integration-elasticsearch/pkg/integration": import path does not begin with hostname

can this be fixed?

jgimenez commented 2 years ago

Which go version are you using? You should use at least version 1.15

jgimenez commented 2 years ago

Ah I see what you mean. Will fix.

jgimenez commented 2 years ago

Fixed in #797d9e2