chore: update go mods

This commit is contained in:
Aarnav Tale
2025-08-20 11:25:11 -04:00
parent 797ed56c07
commit bcd87453bd
5 changed files with 39 additions and 51 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ buildGoModule {
pname = "hp_agent";
version = (builtins.fromJSON (builtins.readFile ../package.json)).version;
src = ../.;
vendorHash = "sha256-3hZzDORAH+D4FW6SkOv3Enddd+q36ZALryvCPD9E5Ac=";
vendorHash = "sha256-AyJx1os4auTmHvz+KLY+RGyysa3LWi8r2+QLxofPUH4=";
ldflags = ["-s" "-w"];
env.CGO_ENABLED = 0;
}