aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 16:57:57 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 16:57:57 -0800
commit94dd1ca677c716975d43f323c97ea26f8fd4c962 (patch)
tree7eaf4f32af0a180457f935d5f2fdff941018a12f /go.mod
downloadsomething-94dd1ca677c716975d43f323c97ea26f8fd4c962.tar.gz
something-94dd1ca677c716975d43f323c97ea26f8fd4c962.zip
initial commit by simponic-infra
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..5b908fb
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module git.simponic.xyz/simponic/something
+
+go 1.23.4
+
+require (
+ github.com/go-co-op/gocron/v2 v2.14.0
+ github.com/joho/godotenv v1.5.1
+ github.com/mattn/go-sqlite3 v1.14.24
+)
+
+require (
+ github.com/google/uuid v1.6.0 // indirect
+ github.com/jonboulle/clockwork v0.4.0 // indirect
+ github.com/robfig/cron/v3 v3.0.1 // indirect
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
+)