From d14605d1388aaa7cc9ef1c230eae5ba14c9cef44 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 21 Apr 2024 18:46:40 -0700 Subject: initial commit --- go.mod | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..05fc817 --- /dev/null +++ b/go.mod @@ -0,0 +1,15 @@ +module git.simponic.xyz/simponic/backup-notify + +go 1.22.1 + +require ( + github.com/go-co-op/gocron v1.37.0 + 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 +) -- cgit v1.2.3-70-g09d2