diff options
| author | 2026-01-29 21:01:32 +0100 | |
|---|---|---|
| committer | 2026-01-29 21:01:32 +0100 | |
| commit | 5ee77b00a0c00d2ef5c796260a34bbd6e8ac39a8 (patch) | |
| tree | 5808963610f1ed8eed0d2c07658624955cddbacd /go.mod | |
| parent | README: We'll use github.com/cespare/xxhash/v2 (diff) | |
| signature | No signature | |
go.mod: Introduce xxhash
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
