Hello, When blah.proto file gets converted into blah.pb.go it automatically adds import statement for: github.com/golang/protobuf/proto
that generates en error in the staticheck: blah.pb.go:8:2: package github.com/golang/protobuf/proto is deprecated: Use the "google.golang.org/protobuf/proto" package instead. (SA1019) I was wondering if there is a way to force go plugin to import a new package. Thank you Serguei -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/e94d2da1-5169-4376-b80d-c6599af47fe1%40googlegroups.com.
