From d25ec27fb1c3df175e1b98af1fdc26881d68a1ab Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 5 Jan 2025 16:39:13 -0800 Subject: initial commit by simponic-infra --- template/go.mod | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 template/go.mod (limited to 'template/go.mod') diff --git a/template/go.mod b/template/go.mod new file mode 100644 index 0000000..920e675 --- /dev/null +++ b/template/go.mod @@ -0,0 +1,9 @@ +module git.simponic.xyz/simponic/whois + +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 +) -- cgit v1.2.3-70-g09d2