diff options
| author | 2026-06-13 05:04:36 +0000 | |
|---|---|---|
| committer | 2026-06-13 05:04:36 +0000 | |
| commit | de531b22f5eb02b7fff09a5d0162fceb1cca7312 (patch) | |
| tree | 690cff593ea475f03418be6e1597e53a8e0215b3 /go.mod | |
| parent | Unify lengths (diff) | |
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ module lindenii.org/go/furgit go 1.26.0 -require lindenii.org/go/lgo v0.1.10 +require ( + github.com/klauspost/compress v1.18.6 + lindenii.org/go/lgo v0.1.10 +) |
