protoc-gen-go-micro/go.mod

22 lines
1.0 KiB
Modula-2
Raw Normal View History

2018-09-13 02:54:44 +03:00
module moul.io/protoc-gen-gotemplate
require (
github.com/Masterminds/semver v1.2.2 // indirect
github.com/Masterminds/sprig v2.14.1+incompatible
github.com/aokoli/goutils v0.0.0-20170502144750-e57d01ace047 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v0.0.0-20161117033126-8ee79997227b
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/handlers v0.0.0-20161028133215-e1b2144f2167
github.com/gorilla/mux v1.5.0
github.com/grpc-ecosystem/grpc-gateway v1.2.2
github.com/huandu/xstrings v0.0.0-20151130125119-3959339b3335
github.com/imdario/mergo v0.0.0-20171009183408-7fe0c75c13ab // indirect
github.com/satori/go.uuid v1.1.0 // indirect
2019-01-18 21:39:16 +03:00
github.com/stretchr/testify v1.3.0 // indirect
2018-09-13 02:54:44 +03:00
golang.org/x/crypto v0.0.0-20170516161655-0fe963104e9d // indirect
2019-01-18 21:39:16 +03:00
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
2018-09-13 02:54:44 +03:00
google.golang.org/genproto v0.0.0-20170517234824-bb3573be0c48
2019-01-18 21:39:16 +03:00
gopkg.in/yaml.v2 v2.2.2 // indirect
2018-09-13 02:54:44 +03:00
)