19 lines
423 B
Modula-2
19 lines
423 B
Modula-2
module go.unistack.org/protoc-gen-go-micro/v4
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/fatih/structtag v1.2.0
|
|
go.unistack.org/micro-proto/v4 v4.0.1
|
|
golang.org/x/tools v0.1.12
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/gnostic v0.6.9 // indirect
|
|
golang.org/x/mod v0.8.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|