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
gop mod tidy
$ gop mod tidy 2025/02/21 14:10:58 PkgHash: unexpected package - github.com/qiniu/x/stringutil 2025/02/21 14:10:58 PkgHash: unexpected package - github.com/qiniu/x/stringutil 2025/02/21 14:10:58 PkgHash: unexpected package - github.com/qiniu/x/http/fsx internal error in importing "github.com/goplus/yap" (unsupported version: 2); please report an issue
$gop version gop v1.3.0 darwin/arm64
======= go.mod module hello
go 1.24
require github.com/goplus/yap v0.8.1 //gop:class
The text was updated successfully, but these errors were encountered:
I encountered the same issue. Before running gop mod tidy, you need to add a dependency. Please run this command:
$ gop get github.com/qiniu/x@latest
and then gop mod tidy.
Sorry, something went wrong.
gop get
No branches or pull requests
$ gop mod tidy
2025/02/21 14:10:58 PkgHash: unexpected package - github.com/qiniu/x/stringutil
2025/02/21 14:10:58 PkgHash: unexpected package - github.com/qiniu/x/stringutil
2025/02/21 14:10:58 PkgHash: unexpected package - github.com/qiniu/x/http/fsx
internal error in importing "github.com/goplus/yap" (unsupported version: 2); please report an issue
$gop version
gop v1.3.0 darwin/arm64
======= go.mod
module hello
go 1.24
require github.com/goplus/yap v0.8.1 //gop:class
The text was updated successfully, but these errors were encountered: