23 lines
808 B
Modula-2
23 lines
808 B
Modula-2
module moul.io/protoc-gen-gotemplate
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/grpc-ecosystem/grpc-gateway v1.12.1
|
|
github.com/huandu/xstrings v1.3.0
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d // indirect
|
|
google.golang.org/genproto v0.0.0-20200113173426-e1de0a7b01eb
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
)
|
|
|
|
go 1.13
|