summaryrefslogtreecommitdiff
path: root/vendor
AgeCommit message (Collapse)Author
2023-12-27Add github.com/gorilla/muxxengineering
This dependency provides a more extended HTTP routing than the Go standard library.
2023-12-27Add github.com/mattn/go-sqlite3xengineering
This can be used to implement the `database/sql` interface from the Go standard library for sqlite databases. This is the currently preferred method to store user data for Ceres.