aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/tools/vend/remove_tidy.patch
blob: d5db74a1bd70c2a79af9689dc0d706c07b6aa3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)