glide: depend on git

This commit is contained in:
Michael Aldridge 2017-11-24 21:06:42 -08:00
parent 92d6e1a521
commit 1867444faa

View file

@ -4,7 +4,7 @@ version=0.13.1
revision=1 revision=1
build_style=go build_style=go
hostmakedepends="git" hostmakedepends="git"
depends="go" depends="go git"
go_import_path="github.com/Masterminds/glide" go_import_path="github.com/Masterminds/glide"
short_desc="Vendor package management for golang" short_desc="Vendor package management for golang"
maintainer="ananteris <ananteris@protonmail.ch>" maintainer="ananteris <ananteris@protonmail.ch>"