go: update dependencies

This commit is contained in:
Ophestra 2025-07-29 04:06:13 +09:00
parent b298c5f572
commit 87382aebed
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -2,4 +2,4 @@ module gensokyo.uk/nix
go 1.24.4
require hakurei.app v0.1.1
require hakurei.app v0.1.2

4
go.sum
View File

@ -1,2 +1,2 @@
hakurei.app v0.1.1 h1:b1ooWWIdvvBRj0BCOmK2wLfVs3nvYbxEHtQX5DP6bos=
hakurei.app v0.1.1/go.mod h1:bWcF0vCO+ZOtZ2zK7L3e08sNb0kIkv1CBcdWTZtu1Gs=
hakurei.app v0.1.2 h1:jJLAThl15C1+4N8Ss95pk+FMtqb6m+foUTrhhwefMFg=
hakurei.app v0.1.2/go.mod h1:bWcF0vCO+ZOtZ2zK7L3e08sNb0kIkv1CBcdWTZtu1Gs=

View File

@ -9,7 +9,7 @@ buildGoModule {
version = "0.1.4";
src = ./.;
vendorHash = "sha256-SVSrY9SZnS6NLin+apdN4efqCzHgBBY8LIjXcUCXbUo=";
vendorHash = "sha256-z07S4eulIujnFR5Sn2tpg8gxl+lh0zKcLQwPBg8gKsI=";
ldflags =
[ "-s -w" ]