hyperledger / fabric-admin-sdk

Hyperledger Fabric admin SDK
Apache License 2.0
31 stars 19 forks source link

Avoid use of deprecated proto package in Go implementation #53

Closed SamYuan1990 closed 1 year ago

SamYuan1990 commented 1 year ago
Error: internal/configtxgen/encoder/encoder.go:14:2: SA1019: "github.com/golang/protobuf/proto" is deprecated: Use the "google.golang.org/protobuf/proto" package instead. (staticcheck)
    "github.com/golang/protobuf/proto"
bestbeforetoday commented 1 year ago

This looks like a duplicate of #45