diff options
| author | 2026-01-29 21:01:32 +0100 | |
|---|---|---|
| committer | 2026-01-29 21:01:32 +0100 | |
| commit | 5ee77b00a0c00d2ef5c796260a34bbd6e8ac39a8 (patch) | |
| tree | 5808963610f1ed8eed0d2c07658624955cddbacd /go.sum | |
| parent | README: We'll use github.com/cespare/xxhash/v2 (diff) | |
| signature | No signature | |
go.mod: Introduce xxhash
Diffstat (limited to 'go.sum')
| -rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ +github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= +github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ= golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks= |
