Cleanup, bug fixes, and improvements

This commit changes how projects are handled internally so that projects
can be renamed. This commit also fixes some bugs, and removes redundant
code.
This commit is contained in:
Zoe
2025-04-13 05:37:39 -05:00
parent 79322c4c5e
commit f4bf2ff5a1
17 changed files with 401 additions and 206 deletions

5
go.mod
View File

@@ -9,7 +9,10 @@ require (
github.com/mattn/go-sqlite3 v1.14.24
)
require go.uber.org/multierr v1.10.0 // indirect
require (
github.com/google/uuid v1.6.0 // indirect
go.uber.org/multierr v1.10.0 // indirect
)
require (
github.com/Microsoft/go-winio v0.4.14 // indirect