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
I am new to golang but the library always complains about go.mod referring to envoyproxy when running go get .
I was able to build the .pb.go files, but how do I use this to validate my protobuf message.
Thanks in advance.
go: github.com/bufbuild/[email protected]: parsing go.mod:
module declares its path as: github.com/envoyproxy/protoc-gen-validate
but was required as: github.com/bufbuild/protoc-gen-validate
The text was updated successfully, but these errors were encountered:
Hi ,
I am new to golang but the library always complains about go.mod referring to envoyproxy when running go get .
I was able to build the .pb.go files, but how do I use this to validate my protobuf message.
Thanks in advance.
The text was updated successfully, but these errors were encountered: