Building master fails with:
$ fabio(master) » make
[ -x "/Users/test/gocode/bin/govendor" ] || go get -u github.com/kardianos/govendor
govendor list +e | grep '^ e ' && { echo "Found missing packages. Please run 'govendor add +e'"; exit 1; } || : echo
e golang.org/x/text/internal/colltab
e golang.org/x/text/internal/language
e golang.org/x/text/internal/tag
e golang.org/x/text/language
e golang.org/x/text/transform
e golang.org/x/text/unicode/norm
Found missing packages. Please run 'govendor add +e'
make: *** [checkdeps] Error 1
Why aren't they checked into vendor/?
Have you thought switching from govendor to the official dep?
Please also read PackageManagementTools.
To see popularity of these tools, click here.
Building
masterfails with:Why aren't they checked into
vendor/?Have you thought switching from
govendorto the officialdep?Please also read PackageManagementTools.