vend: init at unstable-2020-06-04

This is used to provide alternate vendoring for go.
This commit is contained in:
Colin L Rice
2020-07-28 21:11:28 -04:00
parent 56c86e7ce7
commit 148138e9de
2 changed files with 39 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/cli/cmd.go b/cli/cmd.go
index c766559..3a133fd 100644
--- a/cli/cmd.go
+++ b/cli/cmd.go
@@ -12,7 +12,7 @@ import (
// UpdateModule makes sure the module is updated ready to vendor the
// dependencies.
func UpdateModule() {
- var commands = []string{"tidy", "download", "vendor"}
+ var commands = []string{"download", "vendor"}
for _, command := range commands {
cmd := exec.Command("go", "mod", command)