aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Runxi Yu2025-11-19 08:00:00 +0800
committerGravatar Runxi Yu2025-11-19 08:00:00 +0800
commit1384481d8f38c26e781c026876a7b5d98081b60e (patch)
tree9f4c6fc3aecdd83157ffa7eff0795aea728c9930 /go.mod
parentadler32: Add tests from the standard library (diff)
signatureNo signature
Well, we use a dependency (golang.org/x/sys/cpu) now...
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 7ba4fa83..5f189735 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module git.sr.ht/~runxiyu/furgit
go 1.25.3
+
+require golang.org/x/sys v0.38.0