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

Breaking with github.com/hashicorp/golang-lru version v1 #17939

Closed
verzth opened this issue Nov 15, 2022 · 4 comments
Closed

Breaking with github.com/hashicorp/golang-lru version v1 #17939

verzth opened this issue Nov 15, 2022 · 4 comments

Comments

@verzth
Copy link

verzth commented Nov 15, 2022

#13 60.06 go: all: module github.com/hashicorp/golang-lru@upgrade found (v1.0.1), but does not contain package github.com/hashicorp/golang-lru
#13 60.06 go: all: module github.com/hashicorp/golang-lru@upgrade found (v1.0.1), but does not contain package github.com/hashicorp/golang-lru/simplelru
#13 60.13 make: *** [get-module] Error 1

@heatherezell
Copy link
Contributor

Can you please provide some context for this issue? What are you attempting to do in this scenario?

@verzth
Copy link
Author

verzth commented Nov 17, 2022

i just did go get all

@argenta-quanto
Copy link

go get -u all

@haraldrudell
Copy link

I find with github.com/99designs/gqlgen that wants github.com/hashicorp/golang-lru v0.5.4,
go tries to update to v1.0.1 and things fail after that.

github.com/hashicorp/golang-lru: module github.com/hashicorp/golang-lru@latest found (v1.0.1), but does not contain package github.com/hashicorp/golang-lru

A get-around is to run go get github.com/hashicorp/golang-lru@v0.5.4 when an update causes troubles

v0.5.4 is 2016 era

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants