23 lines
776 B
Modula-2
Raw Permalink Normal View History

2018-09-13 01:54:44 +02:00
module moul.io/protoc-gen-gotemplate
require (
2020-01-15 18:01:54 +01:00
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
2020-05-20 13:22:18 +02:00
github.com/gobuffalo/packr/v2 v2.8.0
2020-10-11 20:35:07 +00:00
github.com/golang/protobuf v1.4.2
2020-01-15 18:01:54 +01:00
github.com/google/uuid v1.1.1 // indirect
2020-10-11 20:35:07 +00:00
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.15.2
github.com/huandu/xstrings v1.3.2
2020-01-15 18:01:54 +01:00
github.com/imdario/mergo v0.3.8 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d // indirect
2020-10-11 20:35:07 +00:00
google.golang.org/genproto 4d944d34d83c
2020-01-15 18:01:54 +01:00
gopkg.in/yaml.v2 v2.2.7 // indirect
2018-09-13 01:54:44 +02:00
)
2020-01-15 18:00:59 +01:00
go 1.13