You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I do go install -x github.com/coder/[email protected]
I got this error
root@ab187ccca348:/go/test# go install -x github.com/coder/[email protected]
go: warning: ignoring go.mod in $GOPATH /go
# get https://goproxy.io/github.com/@v/v1.8.7.info
# get https://goproxy.io/github.com/coder/@v/v1.8.7.info
# get https://goproxy.io/github.com/coder/@v/v1.8.7.info: 404 Not Found (0.083s)
# get https://goproxy.io/github.com/@v/v1.8.7.info: 404 Not Found (0.085s)
# get https://goproxy.io/github.com/coder/websocket/@v/list
# get https://goproxy.io/github.com/coder/websocket/@v/list: 200 OK (0.011s)
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
could you please help me on how to download old version of websocket(for example 1.8.7) via goproxy.io?
The text was updated successfully, but these errors were encountered:
link #516 maybe relevant
when I do
go install -x github.com/coder/[email protected]
I got this error
could you please help me on how to download old version of websocket(for example 1.8.7) via goproxy.io?
The text was updated successfully, but these errors were encountered: