22 lines
589 B
Modula-2
22 lines
589 B
Modula-2
module go.unistack.org/protoc-gen-go-micro/v3
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/fatih/structtag v1.2.0
|
|
go.unistack.org/micro-proto/v3 v3.4.5
|
|
golang.org/x/tools v0.42.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/gnostic v0.6.9 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
|
golang.org/x/mod v0.33.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|