summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..c54c27f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,12 @@
+module nebbet.no
+
+go 1.22
+
+require (
+ github.com/fsnotify/fsnotify v1.7.0
+ github.com/yuin/goldmark v1.7.4
+ golang.org/x/crypto v0.26.0
+ golang.org/x/term v0.23.0
+)
+
+require golang.org/x/sys v0.23.0 // indirect