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

go: github.com/ethereum/go-ethereum@latest (v1.12.2) indirectly requires github.com/kataras/iris/[email protected]: reading github.com/kataras/iris/go.mod at revision v12.2.0-beta5: unknown revision v12.2.0-beta5 #27943

Closed
GalaxySciTech opened this issue Aug 17, 2023 · 7 comments
Labels

Comments

@GalaxySciTech
Copy link

go get github.com/ethereum/go-ethereum@latest error
go: github.com/ethereum/go-ethereum@latest (v1.12.2) indirectly requires github.com/kataras/iris/[email protected]: reading github.com/kataras/iris/go.mod at revision v12.2.0-beta5: unknown revision v12.2.0-beta5

@jsvisa
Copy link
Contributor

jsvisa commented Aug 17, 2023

Can't reproduce this issue, maybe related to go proxy?

btw, my go proxy is GOPROXY="https://goproxy.cn/,direct"

@GalaxySciTech
Copy link
Author

i have used go env -w GOPROXY=direct

@GalaxySciTech
Copy link
Author

GalaxySciTech commented Aug 17, 2023

i think u can delete ur github.com/kataras/iris in ur GOPATH

u can try again

@karalabe
Copy link
Member

go-ethereum does not have a dependency (either direct or indirect) on that project. https://github.com/ethereum/go-ethereum/blob/release/1.12/go.mod

@adriangarrote-zh
Copy link

Hey guys! I am experiencing this error on my side as well.
I think it has indeed an indirect dependency with that failing project version.

It is a dependency for [email protected]
go mod graph | grep kataras/iris github.com/getsentry/[email protected] github.com/kataras/iris/[email protected]

which is a dependency for go-ethereum
go mod graph | grep [email protected] github.com/ethereum/[email protected] github.com/getsentry/[email protected]

Could you please reconsider opening this issue and fixing it? @karalabe @GalaxySciTech
thank you!!

@Etherdrake
Copy link

Currently experiencing this issue as well on a fresh Fedora 39 install.

go: github.com/ethereum/[email protected] requires github.com/getsentry/[email protected] requires github.com/kataras/iris/[email protected]: reading github.com/kataras/iris/go.mod at revision v12.2.0-beta5: unknown revision v12.2.0-beta5 make: *** [Makefile:36: install] Error 1

Please consider re-opening this issue @karalabe @GalaxySciTech.

@fearlesschenc
Copy link
Contributor

fearlesschenc commented Mar 28, 2024

Experiencing this issue as well, it turns out the dependency graph is:

github.com/cockroachdb/[email protected]
github.com/cockroachdb/errors v1.11.1
github.com/getsentry/[email protected]
github.com/kataras/iris/[email protected]

While v12.2.0-beta5 is not exist, [email protected] this problem is fixed. Currently i bypass this issue on my dev branch by replace command in go.mod.

cockroachdb/errors#137 should fix this.

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

No branches or pull requests

6 participants