2021-10-23 23:30:16 +03:00
|
|
|
module go.unistack.org/protoc-gen-go-micro/v3
|
2021-02-22 18:11:08 +03:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-05-08 00:06:40 +03:00
|
|
|
github.com/fatih/structtag v1.2.0
|
2023-07-30 23:21:32 +03:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2022-11-15 12:53:04 +03:00
|
|
|
go.unistack.org/micro-proto/v3 v3.3.1
|
2023-07-30 23:21:32 +03:00
|
|
|
golang.org/x/tools v0.11.0
|
|
|
|
google.golang.org/protobuf v1.31.0
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2021-02-22 18:11:08 +03:00
|
|
|
)
|