fabric-sdk-go
fabric-sdk-go copied to clipboard
[v1.0.0]Failed to work as a go vendor(dependency)
Now I am having a go.mod file with this content
module github.com/<my-name>/<my-repos>
go 1.16
require github.com/hyperledger/fabric-sdk-go v1.0.0 // indirect
And I run go mod tidy
It surprise me that it failed into indexing error like
...
go: found github.com/hyperledger/fabric-sdk-go/test/integration/e2e in github.com/hyperledger/fabric-sdk-go/test/integration v0.0.0-20220211081358-5c3f54614739
go: github.com/hyperledger/fabric-sdk-go/test/[email protected] requires
github.com/hyperledger/[email protected]: invalid version: unknown revision 000000000000
I believe it is a long lasting issue, and what is suggested workaround?