hyperledger / fabric-chaincode-go

Hyperledger Fabric Packages for Go Chaincode
https://pkg.go.dev/github.com/hyperledger/fabric-chaincode-go
Apache License 2.0
137 stars 133 forks source link

Remove inadvertent usage of gogo/protobuf #14

Closed sykesm closed 4 years ago

sykesm commented 4 years ago

During all the shuffling of the protos and chaincode shim, we picked up a dependency on gogo/protobuf instead of golang/protobuf. This fixes the dependency.