goproxy
goproxy copied to clipboard
invalid version: unknown revision - 404error
When downloading the version nhooyr.io/[email protected] via goproxy.io, an error 404 occurred indicating the package could not be found. This issue persists even when using github.com/coder/[email protected].
export GOPROXY=https://goproxy.io go install -x nhooyr.io/[email protected]
root@b12a4602b4da:~# go install -x nhooyr.io/[email protected]
# get https://goproxy.io/nhooyr.io/@v/v1.8.7.info
# get https://goproxy.io/nhooyr.io/websocket/@v/v1.8.7.info
# get https://goproxy.io/nhooyr.io/@v/v1.8.7.info: 404 Not Found (0.091s)
# get https://goproxy.io/nhooyr.io/websocket/@v/v1.8.7.info: 404 Not Found (1.193s)
go: nhooyr.io/[email protected]: nhooyr.io/[email protected]: reading https://goproxy.io/nhooyr.io/websocket/@v/v1.8.7.info: 404 Not Found
server response: not found: nhooyr.io/[email protected]: invalid version: unknown revision v1.8.7
root@b12a4602b4da:~# go get nhooyr.io/[email protected]
go: nhooyr.io/[email protected]: reading https://goproxy.io/nhooyr.io/websocket/@v/v1.8.7.info: 404 Not Found
server response: not found: nhooyr.io/[email protected]: invalid version: unknown revision v1.8.7
go install -x github.com/coder/[email protected]
# go install -x github.com/coder/[email protected]
go: github.com/coder/[email protected]: version constraints conflict:
github.com/coder/[email protected]: parsing go.mod:
module declares its path as: nhooyr.io/websocket
but was required as: github.com/coder/websocket