1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-05 10:20:53 +02:00
go-micro/cmd/protoc-gen-micro/go.mod
Johnson C 7f1de77e8c
try fixing staticcheck warning (#2190)
https://github.com/golang/protobuf/issues/1077
package github.com/golang/protobuf/proto is deprecated: Use the "google.golang.org/protobuf/proto" package instead.  (SA1019)
2021-07-06 12:51:28 +01:00

10 lines
213 B
Modula-2

module github.com/asim/go-micro/cmd/protoc-gen-micro/v3
go 1.16
require (
github.com/asim/go-micro/v3 v3.5.1
google.golang.org/genproto v0.0.0-20210701191553-46259e63a0a9
google.golang.org/protobuf v1.27.1
)