summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-01-03 11:41:44 -0800
committerRose Hogenson <rosehogenson@posteo.net>2026-01-03 11:41:44 -0800
commit96253cbcb61569aafb59d592150dfb47e7cb43ff (patch)
tree2980b363ac9a6003e3a78c9dd3430097c4bc9642 /go.mod
parentd5e2bf19b5bbdf35e4088677a571910e015b48b9 (diff)
downloadroseh.moe-96253cbcb61569aafb59d592150dfb47e7cb43ff.tar.zst
Support range requests for wormhole downloads
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index e3961a9..f41972f 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/term v0.38.0
roseh.moe/pkg/ccl v1.0.1
- roseh.moe/pkg/oae2 v0.0.2
+ roseh.moe/pkg/oae2 v0.1.0
roseh.moe/pkg/wordlist v1.0.2
)