Fixed vendor scripts

This commit is contained in:
Mike Farah
2017-12-18 11:23:33 +11:00
parent 1f6d7a50b2
commit dc4f8a6adb
2 changed files with 1 additions and 14 deletions

View File

@@ -1,9 +0,0 @@
#!/bin/bash
set -e
govendor fetch github.com/op/go-logging
govendor fetch github.com/spf13/cobra
govendor fetch gopkg.in/yaml.v2
govendor fetch github.com/imdario/mergo
govendor sync