module AABBCCDD go 1.22.0 require ( github.com/mattn/go-sqlite3 v1.14.22 github.com/uptrace/bun v1.2.1 ) require ( github.com/anthdm/gothkit v0.0.0-20240608092625-85a106b8717c github.com/fatih/color v1.16.0 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect ) require ( github.com/a-h/templ v0.2.707 github.com/go-chi/chi/v5 v5.0.12 github.com/jinzhu/inflection v1.0.0 // indirect github.com/joho/godotenv v1.5.1 github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect github.com/uptrace/bun/dialect/sqlitedialect v1.2.1 github.com/uptrace/bun/extra/bundebug v1.2.1 github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect golang.org/x/sys v0.19.0 // indirect ) // Uncomment this if you are working directly on the core gothkit repo. // This will directly reflect changes you've made in the gothkit core repo // to the bootstrap folder. // replace github.com/anthdm/gothkit => ../