Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-27 | Add github.com/gorilla/mux | xengineering | |
This dependency provides a more extended HTTP routing than the Go standard library. | |||
2023-12-27 | Add github.com/mattn/go-sqlite3 | xengineering | |
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. |