fabric-sdk-go icon indicating copy to clipboard operation
fabric-sdk-go copied to clipboard

[v1.0.0]Failed to work as a go vendor(dependency)

Open davidkhala opened this issue 3 years ago • 0 comments

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?

davidkhala avatar Feb 27 '22 04:02 davidkhala