aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-02-20 19:06:13 +0800
committerGravatar Runxi Yu2026-02-20 19:07:14 +0800
commitaa513c069c1418734aea894dc944e27c6a78a3bb (patch)
tree687f0a11bb550fa088fd82a98ceb8979bbc35f69 /go.mod
parentComment on prior reverts removing the pack writing API (diff)
signatureNo signature
Delete everything, I'm redesigning this.
I'll stop using a flat package and make things much more modular. And also experiment with streaming APIs so large blobs don't OOM us.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 0 insertions, 7 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index dacfe175..00000000
--- a/go.mod
+++ /dev/null
@@ -1,7 +0,0 @@
-module codeberg.org/lindenii/furgit
-
-go 1.25
-
-require golang.org/x/sys v0.40.0
-
-require github.com/cespare/xxhash/v2 v2.3.0