mirror of
https://github.com/mikefarah/yq.git
synced 2025-02-09 17:48:10 +00:00
9 lines
145 B
Bash
9 lines
145 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
govendor fetch github.com/op/go-logging
|
||
|
govendor fetch github.com/spf13/cobra
|
||
|
govendor fetch gopkg.in/yaml.v2
|
||
|
govendor sync
|