diff options
| author | 2026-03-05 19:14:07 +0800 | |
|---|---|---|
| committer | 2026-03-05 19:14:10 +0800 | |
| commit | 82ad430af60e1b88ea8ebd1f3e045f1eada5dd34 (patch) | |
| tree | ab247490807c11feb368a5826e73ff3795d1b4ad /go.mod | |
| parent | format/pack/ingest: Init (diff) | |
| signature | No signature | |
go.mod: Remove klauspost/compress dep
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,4 @@ module codeberg.org/lindenii/furgit go 1.25.0 -require ( - github.com/klauspost/compress v1.18.4 - golang.org/x/sys v0.41.0 -) +require golang.org/x/sys v0.41.0 |
