go.mod: add tstest/mts tool dependency

This commit is contained in:
Kristoffer Dalby
2026-04-10 14:23:21 +00:00
parent 97778c9930
commit 0cf27eba77
3 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
let
pkgs = nixpkgs.legacyPackages.${prev.stdenv.hostPlatform.system};
buildGo = pkgs.buildGo126Module;
vendorHash = "sha256-x0xXxa7sjyDwWLq8fO0Z/pbPefctzctK3TAdBea7FtY=";
vendorHash = "sha256-1jVYsI73Sa9/xigxldfvH0TkQThJIGGIq+1A7ARZ068=";
in
{
headscale = buildGo {