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
Has been deprecated and will generate the folllowing error:
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
For newer versions of go the following command should be used instead:
$ go install github.com/ericchiang/pup@latest
Another related issue was opended (about updating README.md) #145
The text was updated successfully, but these errors were encountered:
neoh4x0r
changed the title
Get is deprecated in never versions of go.
Get is deprecated in newer versions of go.
Nov 5, 2022
neoh4x0r
changed the title
Get is deprecated in newer versions of go.
Installation generates an error since **go get** is deprecated.
Nov 6, 2022
neoh4x0r
changed the title
Installation generates an error since **go get** is deprecated.
Installation generates an error since get is deprecated.
Nov 6, 2022
neoh4x0r
changed the title
Installation generates an error since get is deprecated.
README update needed -- Installation generates an error since go get is deprecated.
Nov 9, 2022
neoh4x0r
changed the title
README update needed -- Installation generates an error since go get is deprecated.
README update needed -- Installation generates an error since go get is deprecated outside of modules.
Nov 9, 2022
The command
Has been deprecated and will generate the folllowing error:
For newer versions of go the following command should be used instead:
Another related issue was opended (about updating README.md) #145
The text was updated successfully, but these errors were encountered: