We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use the following cmd to add dependency of robotgo: go get github.com/go-vgo/robotgo
go get github.com/go-vgo/robotgo
but get error: go: go.mod has post-v2 module path "github.com/otiai10/gosseract/v2" at revision v2.2.4
go: go.mod has post-v2 module path "github.com/otiai10/gosseract/v2" at revision v2.2.4
so I manully install github.com/otiai10/gosseract/v2: go get github.com/otiai10/gosseract/[email protected]
go get github.com/otiai10/gosseract/[email protected]
and then it seems gosseract/v2 is already installed in go.mod:
BUT, when I run go mod tidy, it still not work:
go mod tidy
please help...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I use the following cmd to add dependency of robotgo:
go get github.com/go-vgo/robotgo
but get error:
go: go.mod has post-v2 module path "github.com/otiai10/gosseract/v2" at revision v2.2.4
so I manully install github.com/otiai10/gosseract/v2:
go get github.com/otiai10/gosseract/[email protected]
and then it seems gosseract/v2 is already installed in go.mod:
BUT, when I run
go mod tidy
, it still not work:please help...
The text was updated successfully, but these errors were encountered: