Skip to content
New issue

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

cannot go get #1538

Closed
carnott-snap opened this issue Nov 9, 2019 · 6 comments
Closed

cannot go get #1538

carnott-snap opened this issue Nov 9, 2019 · 6 comments
Labels
kind/bug needs-investigation priority/backlog Not staffed at the moment. Help wanted.

Comments

@carnott-snap
Copy link

What happened?

go: finding github.com/weaveworks/eksctl latest
go: downloading github.com/weaveworks/eksctl v0.0.0-20191107092609-c26be94d5fc1
go: extracting github.com/weaveworks/eksctl v0.0.0-20191107092609-c26be94d5fc1
go get: github.com/weaveworks/eksctl@v0.0.0-20191107092609-c26be94d5fc1 requires
        github.com/fluxcd/flux@v1.15.0 requires
        github.com/docker/distribution@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000

What you expected to happen?

go: finding github.com/weaveworks/eksctl latest
go: downloading github.com/weaveworks/eksctl v0.0.0-20191107092609-c26be94d5fc1
go: extracting github.com/weaveworks/eksctl v0.0.0-20191107092609-c26be94d5fc1

How to reproduce it?

cd `mktemp -d`
go mod init github.com/owner/repo
go get github.com/weaveworks/eksctl

Anything else we need to know?
This issue appears to be caused by dependency that you require: github.com/fluxcd/flux@v1.15.0. I have created two PRs to try and resolve the underlying issue: fluxcd/flux#2590 and fluxcd/helm-operator#97.

Versions

go version go1.13.4 linux/amd64
@omerlh
Copy link

omerlh commented Jan 6, 2020

Having the same issue here...

@martina-if
Copy link
Contributor

@omerlh @carnott-snap I cannot reproduce it so I think it has been fixed. Is this still happening to you?

@carnott-snap
Copy link
Author

It is not fixed on my system:

[user@localhost ~]$ go version
go version go1.14.1 linux/amd64
[user@localhost ~]$ cd `mktemp -d`
[user@localhost tmp.RTfxihvXbW]$ go mod init github.com/owner/repo
go: creating new go.mod: module github.com/owner/repo
[user@localhost tmp.RTfxihvXbW]$ go get github.com/weaveworks/eksctl
go: downloading github.com/weaveworks/eksctl v0.0.0-20200323170340-62fdcdf4aa06
go: github.com/weaveworks/eksctl upgrade => v0.0.0-20200323170340-62fdcdf4aa06
go get: github.com/weaveworks/eksctl@v0.0.0-20200323170340-62fdcdf4aa06 requires
        github.com/aws/aws-sdk-go@v1.25.14-0.20191218135223-757eeed07291: invalid version: unknown revision 757eeed07291

@Callisto13
Copy link
Contributor

Still an issue, different complaint:

go: downloading github.com/weaveworks/eksctl v0.0.0-20201218120942-d64049cc2da3
go: github.com/weaveworks/eksctl upgrade => v0.0.0-20201218120942-d64049cc2da3
go get: github.com/weaveworks/eksctl@v0.0.0-20201218120942-d64049cc2da3 requires
	k8s.io/kops@v1.19.0-beta.2 requires
	k8s.io/kubectl@v0.0.0: reading k8s.io/kubectl/go.mod at revision v0.0.0: unknown revision v0.0.0

@github-actions
Copy link
Contributor

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Jan 18, 2021
@michaelbeaumont
Copy link
Contributor

Duplicate of #813

@michaelbeaumont michaelbeaumont marked this as a duplicate of #813 Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug needs-investigation priority/backlog Not staffed at the moment. Help wanted.
Projects
None yet
Development

No branches or pull requests

5 participants