29 lines
965 B
Modula-2
29 lines
965 B
Modula-2
module go.unistack.org/protoc-gen-go-micro/v4
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/fatih/structtag v1.2.0
|
|
github.com/jhump/protoreflect v1.18.0
|
|
github.com/vektah/gqlparser/v2 v2.5.27
|
|
go.unistack.org/micro-proto/v4 v4.1.0
|
|
golang.org/x/tools v0.42.0
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/gnostic v0.7.0 // indirect
|
|
github.com/google/gnostic-models v0.6.9 // indirect
|
|
github.com/jhump/protoreflect/v2 v2.0.0-beta.1 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
golang.org/x/mod v0.33.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
google.golang.org/grpc v1.79.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|