From 5ee77b00a0c00d2ef5c796260a34bbd6e8ac39a8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 29 Jan 2026 21:01:32 +0100 Subject: go.mod: Introduce xxhash --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') 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 -- cgit v1.3.1-10-gc9f91