summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..600b2c4
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module github.com/claudomator/claudomator
+
+go 1.25.3
+
+require (
+ github.com/google/uuid v1.6.0
+ github.com/mattn/go-sqlite3 v1.14.33
+ github.com/spf13/cobra v1.10.2
+ golang.org/x/net v0.49.0
+ gopkg.in/yaml.v3 v3.0.1
+)
+
+require (
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
+ github.com/spf13/pflag v1.0.9 // indirect
+)