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
I'm not sure if the rest the code base works with modern versions of go but from 1.16 go get is deprecated. So the instructions to install the dependencies doesn't even work. Trying to install them with go install throws some errors.
For example golang.org/x/net/proxy returns
Package golang.org/x/net/proxy is not a main package
Some others throw similar. Is this project still active? If so is there any chance the install instructions can be updated to a current version?
The text was updated successfully, but these errors were encountered:
I'm not sure if the rest the code base works with modern versions of go but from 1.16 go get is deprecated. So the instructions to install the dependencies doesn't even work. Trying to install them with go install throws some errors.
For example golang.org/x/net/proxy returns
Package golang.org/x/net/proxy is not a main package
Some others throw similar. Is this project still active? If so is there any chance the install instructions can be updated to a current version?
The text was updated successfully, but these errors were encountered: