From 34b8d8ff1f9d65c08a9156d72f08cf548183c6f4 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sun, 27 Apr 2025 00:49:27 -0400 Subject: Large commit; many features --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..23986ed --- /dev/null +++ b/go.mod @@ -0,0 +1,7 @@ +module github.com/jpappel/atlas + +go 1.24.2 + +require github.com/mattn/go-sqlite3 v1.14.27 + +require github.com/goccy/go-yaml v1.17.1 -- cgit v1.2.3