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
$ go install github.com/saucesteals/utlsproxy
go: 'go install' requires a version when current directory is not in a module
Try 'go install github.com/saucesteals/utlsproxy@latest' to install the latest version
modified building instructions also fail
$ go install github.com/saucesteals/utlsproxy@latest
go: github.com/saucesteals/utlsproxy@latest (in github.com/saucesteals/[email protected]):
The go.mod file for the module providing named packages contains one or
more replace directives. It must not contain directives that would cause
it to be interpreted differently than if it were the main module.
latest stable go has been installed
$ go version
go version go1.22.5 linux/amd64
The text was updated successfully, but these errors were encountered:
official building instructions
modified building instructions also fail
latest stable go has been installed
The text was updated successfully, but these errors were encountered: