glide init

This commit is contained in:
Manfred Touron 2016-11-06 18:32:10 +01:00
parent 7a052fbb34
commit 7ec1769398
No known key found for this signature in database
GPG Key ID: 9CCF47DF1FD978A1

11
glide.yaml Normal file
View File

@ -0,0 +1,11 @@
package: github.com/moul/protoc-gen-gotemplate
import:
- package: github.com/golang/protobuf
subpackages:
- proto
- protoc-gen-go/descriptor
- protoc-gen-go/generator
- protoc-gen-go/plugin
- package: github.com/kr/fs
- package: github.com/moul/funcmap
version: ~1.0.0