Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/cli/cmd.go b/cli/cmd.go
2index c766559..3a133fd 100644
3--- a/cli/cmd.go
4+++ b/cli/cmd.go
5@@ -12,7 +12,7 @@ import (
6 // UpdateModule makes sure the module is updated ready to vendor the
7 // dependencies.
8 func UpdateModule() {
9- var commands = []string{"tidy", "download", "vendor"}
10+ var commands = []string{"download", "vendor"}
11
12 for _, command := range commands {
13 cmd := exec.Command("go", "mod", command)