aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5bf475a..11123b7 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module go.metala.org/retaart
go 1.21.5
-require github.com/spf13/pflag v1.0.5
+require (
+ github.com/klauspost/readahead v1.4.0
+ github.com/spf13/pflag v1.0.5
+)