You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I go get github.com/securekey/fabric-examples/fabric-cli/cmd/fabric-cli I get to following error:
# github.com/hyperledger/fabric-sdk-go/internal/github.com/hyperledger/fabric-ca/util
../../../Dev/src/github.com/hyperledger/fabric-sdk-go/internal/github.com/hyperledger/fabric-ca/util/csp.go:46:8: invalid operation: kr == nil (mismatched types csr.KeyRequest and nil)
../../../Dev/src/github.com/hyperledger/fabric-sdk-go/internal/github.com/hyperledger/fabric-ca/util/csp.go:119:37: cannot use req.KeyRequest (type *csr.KeyRequest) as type csr.KeyRequest in argument to getBCCSPKeyOpts
# github.com/hyperledger/fabric-sdk-go/internal/github.com/hyperledger/fabric/core/operations
../../../Dev/src/github.com/hyperledger/fabric-sdk-go/internal/github.com/hyperledger/fabric/core/operations/system.go:227:23: not enough arguments in call to s.statsd.SendLoop
have (<-chan time.Time, string, string)
want (context.Context, <-chan time.Time, string, string)
Does that means the version of fabric related packages is not right?
../../../Dev is my GOPATH.
The text was updated successfully, but these errors were encountered:
My Go Version:
When I
go get github.com/securekey/fabric-examples/fabric-cli/cmd/fabric-cli
I get to following error:Does that means the version of fabric related packages is not right?
../../../Dev
is my GOPATH.The text was updated successfully, but these errors were encountered: