From 30056df7115f0501c137bc8abe88422bd7199f80 Mon Sep 17 00:00:00 2001 From: gabrix73 Date: Sun, 12 Apr 2026 15:57:14 +0200 Subject: fix: add go mod tidy to install-deps to populate go.sum for transitive dependencies --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d7efa6a..527b3c9 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ install-deps: go get golang.org/x/crypto/nacl/secretbox go get golang.org/x/net/proxy go get github.com/flynn/noise + go mod tidy @echo "$(GREEN)✓$(NC) Dependencies installed" # Build Windows portable -- cgit v1.2.3