From b19321bab542de35564127dc77781af44252bcb9 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 2 Jan 2025 16:23:43 -0800 Subject: create a base template :) and use it for a new service --- 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..006e357 --- /dev/null +++ b/template/go.mod @@ -0,0 +1,9 @@ +module {{ service_repo }} + +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