diff options
| author | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 15:57:14 +0200 |
|---|---|---|
| committer | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 15:57:14 +0200 |
| commit | 30056df7115f0501c137bc8abe88422bd7199f80 (patch) | |
| tree | 44583e0e40c6b8bd515b164cff6bf57e7048c2b0 | |
| parent | bb189dd1e7cc14900e03a72403752e6aa5276d8c (diff) | |
| download | khimera-30056df7115f0501c137bc8abe88422bd7199f80.tar.gz khimera-30056df7115f0501c137bc8abe88422bd7199f80.tar.xz khimera-30056df7115f0501c137bc8abe88422bd7199f80.zip | |
fix: add go mod tidy to install-deps to populate go.sum for transitive dependencies
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
