kovetskiy/manul

Fail to build

mirshahriar opened this issue · 3 comments

I've clone your repo.
checkout to branch pkg-debian

Then try to build

./build.sh
golang.org/x/crypto/ssh
github.com/kovetskiy/executil
github.com/kovetskiy/manul
# github.com/kovetskiy/manul
src/github.com/kovetskiy/manul/imports.go:19: undefined: build.IgnoreVendor
src/github.com/kovetskiy/manul/submodule.go:119: undefined: build.IgnoreVendor

Getting this error.

@aerofoil-kite what version of go?

go version go1.5.3 linux/amd64

@aerofoil-kite I guess you should upgrade your go to 1.6, because build.IgnoreVendor is constant from go stdlib.