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..15ed47a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module penguins.lan
+
+go 1.26
+
+require (
+ github.com/go-co-op/gocron v1.37.0
+ github.com/gorilla/websocket v1.5.3
+ github.com/joho/godotenv v1.5.1
+ github.com/mattn/go-sqlite3 v1.14.22
+)
+
+require (
+ github.com/google/uuid v1.4.0 // indirect
+ github.com/robfig/cron/v3 v3.0.1 // indirect
+ go.uber.org/atomic v1.9.0 // indirect
+)