diff options
| author | 2026-02-21 23:21:32 +0800 | |
|---|---|---|
| committer | 2026-02-21 23:21:32 +0800 | |
| commit | 6be32e9cf14a43cf6fb78a29943cb3b0e3d276b2 (patch) | |
| tree | fd943a5decb8d5e43ed3630d259c749bb1c1ed5a /go.mod | |
| parent | objectstore/*, repository: Add ReadSize (diff) | |
| signature | No signature | |
internal/zlib: Use klauspost/compress/flate for now... v0.1.29
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module codeberg.org/lindenii/furgit go 1.25.0 + +require github.com/klauspost/compress v1.18.4 |
