diff options
| -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 |
