e87b7df979
Update module name and all imports from habit-tracker-api to apocapoc-api. This reflects the project's new branding as part of the apocapoc ecosystem (apocapoc-api, apocapoc-web, apocapoc-android).
16 lines
381 B
Modula-2
16 lines
381 B
Modula-2
module apocapoc-api
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.10
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.2.3 // indirect
|
|
github.com/go-chi/cors v1.2.2 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.32 // indirect
|
|
golang.org/x/crypto v0.45.0 // indirect
|
|
)
|