aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-29 21:01:32 +0100
committerGravatar Runxi Yu2026-01-29 21:01:32 +0100
commit5ee77b00a0c00d2ef5c796260a34bbd6e8ac39a8 (patch)
tree5808963610f1ed8eed0d2c07658624955cddbacd /go.mod
parentREADME: We'll use github.com/cespare/xxhash/v2 (diff)
signatureNo signature
go.mod: Introduce xxhash
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index da26e528..dacfe175 100644
--- a/go.mod
+++ b/go.mod
@@ -3,3 +3,5 @@ module codeberg.org/lindenii/furgit
go 1.25
require golang.org/x/sys v0.40.0
+
+require github.com/cespare/xxhash/v2 v2.3.0