2 Commits

Author SHA1 Message Date
renovate[bot]
41e752edac Update dependency go to v1.25.4 2025-11-25 02:30:41 +00:00
9545c9fd85 Update flake.nix 2025-11-24 21:30:01 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
packages = with pkgs; [ packages = with pkgs; [
gopls gopls
gotools gotools
go_1_23 go_1_25
]; ];
}; };
}; };

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/davegallant/vpngate
go 1.24.0 go 1.24.0
toolchain go1.24.9 toolchain go1.25.4
require ( require (
github.com/AlecAivazis/survey/v2 v2.3.7 github.com/AlecAivazis/survey/v2 v2.3.7