2017-09-20 23:40:33 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
govendor fetch github.com/op/go-logging
|
|
|
|
govendor fetch github.com/spf13/cobra
|
|
|
|
govendor fetch gopkg.in/yaml.v2
|
2017-09-23 03:29:37 +00:00
|
|
|
govendor fetch github.com/imdario/mergo
|
2017-09-20 23:40:33 +00:00
|
|
|
govendor sync
|