Closed
Description
- Robotgo version (or commit ref): v0.110.5
- Go version: go1.23.4
- Gcc version:
- Operating system and bit: windows10
- Resolution:
- Can you reproduce the bug at Examples:
- Yes (provide example code)
- No
- Not relevant
- Provide example code:
- Log gist:
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/v2@v2.4.1
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...
Metadata
Metadata
Assignees
Labels
No labels