22 lines
721 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
github.com/go-git/go-git/v5 v5.2.0
2020-05-20 13:22:18 +02:00
github.com/gobuffalo/packr/v2 v2.8.0
2020-01-15 18:01:54 +01:00
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/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
google.golang.org/genproto v0.0.0-20200113173426-e1de0a7b01eb
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