diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
