Skip to content

Conversation

alexandrosfilios
Copy link
Contributor

No description provided.

@alexandrosfilios alexandrosfilios linked an issue May 29, 2025 that may be closed by this pull request
Comment on lines 10 to +11
//lint:ignore SA1019 Dependency to be updated to google.golang.org/protobuf/proto
protoV1 "github.com/golang/protobuf/proto" //nolint:all
protoV1 "google.golang.org/protobuf/proto" //nolint:all
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can also remove the comment

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we run into the issue that we must use github.com/golang/protobuf/proto for all github.com/hyperledger/fabric-protos-go?

@adecaro
Copy link
Contributor

adecaro commented Jul 17, 2025

@alexandrosfilios , what's the status of this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update protobufs
3 participants