We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
When execute go get -u github.com/derailed/k9s, command reports several errors.
go get -u github.com/derailed/k9s
github.com/derailed/k9s imports github.com/derailed/k9s/cmd imports github.com/derailed/k9s/internal/view imports github.com/derailed/k9s/internal/dao imports github.com/openfaas/faas/gateway/requests: ambiguous import: found package github.com/openfaas/faas/gateway/requests in multiple modules: github.com/openfaas/faas v0.0.0-20200207215241-6afae214e3ec (/home/alex/go/pkg/mod/github.com/openfaas/faas@v0.0.0-20200207215241-6afae214e3ec/gateway/requests) github.com/openfaas/faas/gateway v0.0.0-20211101143714-fe152ba69c59 (/home/alex/go/pkg/mod/github.com/openfaas/faas/gateway@v0.0.0-20211101143714-fe152ba69c59/requests) github.com/derailed/k9s imports github.com/derailed/k9s/cmd imports github.com/derailed/k9s/internal/view imports github.com/derailed/k9s/internal/dao imports github.com/openfaas/faas-cli/proxy imports github.com/openfaas/faas/gateway/types: ambiguous import: found package github.com/openfaas/faas/gateway/types in multiple modules: github.com/openfaas/faas v0.0.0-20200207215241-6afae214e3ec (/home/alex/go/pkg/mod/github.com/openfaas/faas@v0.0.0-20200207215241-6afae214e3ec/gateway/types) github.com/openfaas/faas/gateway v0.0.0-20211101143714-fe152ba69c59 (/home/alex/go/pkg/mod/github.com/openfaas/faas/gateway@v0.0.0-20211101143714-fe152ba69c59/types)
To Reproduce Steps to reproduce the behavior:
Expected behavior
Should run done successfully.
Screenshots
Versions (please complete the following information):
Linux fedora 5.14.14-200.fc34.x86_64 #1 SMP Wed Oct 20 16:15:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Additional context
The text was updated successfully, but these errors were encountered:
same thing on:
(github.com/derailed/k9s@v0.24.14 worked)
github.com/derailed/k9s@v0.24.14
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When execute
go get -u github.com/derailed/k9s
, command reports several errors.To Reproduce
Steps to reproduce the behavior:
go get -u github.com/derailed/k9s
Expected behavior
Should run done successfully.
Screenshots
Versions (please complete the following information):
Linux fedora 5.14.14-200.fc34.x86_64 #1 SMP Wed Oct 20 16:15:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Additional context
The text was updated successfully, but these errors were encountered: