summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-08 17:40:19 +0100
committerdiogo464 <[email protected]>2025-08-08 17:40:44 +0100
commitbebf1cd5fc4668b7970e3e2e426ad103ecbc670c (patch)
treeafee1e59890836e367a075749745066450d63f44 /go.mod
parent9a25abd1d6ef6f5b0e2c08751183f63db43c73a5 (diff)
rust cli init
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 0 insertions, 8 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 54ccc54..0000000
--- a/go.mod
+++ /dev/null
@@ -1,8 +0,0 @@
1module git.d464.sh/fctdrive
2
3go 1.24.5
4
5require (
6 github.com/go-chi/chi/v5 v5.2.2
7 github.com/pkg/errors v0.9.1
8)