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 get is deprecated #183

Open
mattdale77 opened this issue Apr 3, 2023 · 1 comment
Open

go get is deprecated #183

mattdale77 opened this issue Apr 3, 2023 · 1 comment

Comments

@mattdale77
Copy link

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?

@17ms
Copy link

17ms commented Apr 7, 2024

I guess the documentation should be updated to use go install, but apparently this project is pratically abandoned updatewise.

This works with the newest release of Go (1.22.2):

go install github.com/s-rah/onionscan@latest

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

2 participants