summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2026-05-31Add github.com/mattn/go-sqlite3xengineering
This is the SQLite3 backend for the database/sql standard library package which should be used to store persistent data.
2026-05-21Add github.com/gorilla/mux v1.8.1xengineering
This should be used for the HTTP routing.
2026-05-21Add go.mod filexengineering
This makes the repository a Go module which is required to fetch dependencies.