summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-29 10:36:22 -0400
committerdemo <demo@antix1>2026-05-29 10:36:22 -0400
commit354733472372241ae80737be6193be63607df73c (patch)
treec35c761a0dd7e11f6623949c3e8883768676949c /go.mod
parent0495d3b492d90acc68cbdb320fb4afb8986a75ce (diff)
chore: go get bbolt
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 94e60b7..d38e4f1 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,8 @@ module git.brandonirizarry.xyz/task
go 1.26.2
-require github.com/urfave/cli/v3 v3.9.0 // indirect
+require (
+ github.com/urfave/cli/v3 v3.9.0 // indirect
+ go.etcd.io/bbolt v1.4.3 // indirect
+ golang.org/x/sys v0.29.0 // indirect
+)