diff options
| author | 2025-11-19 08:00:00 +0800 | |
|---|---|---|
| committer | 2025-11-19 08:00:00 +0800 | |
| commit | 1384481d8f38c26e781c026876a7b5d98081b60e (patch) | |
| tree | 9f4c6fc3aecdd83157ffa7eff0795aea728c9930 /go.mod | |
| parent | adler32: Add tests from the standard library (diff) | |
| signature | No signature | |
Well, we use a dependency (golang.org/x/sys/cpu) now...
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ module git.sr.ht/~runxiyu/furgit go 1.25.3 + +require golang.org/x/sys v0.38.0 |
