2024-09-28 19:41:34 +01:00
|
|
|
module git.ailur.dev/ailur/fulgens
|
|
|
|
|
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
require (
|
2024-09-29 16:06:28 +01:00
|
|
|
git.ailur.dev/ailur/pow v0.0.0-20240929101731-4d0b2593b7dd
|
2024-09-28 19:41:34 +01:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
2024-09-29 16:06:28 +01:00
|
|
|
github.com/go-chi/chi/v5 v5.1.0
|
2024-09-28 19:41:34 +01:00
|
|
|
github.com/go-playground/validator/v10 v10.22.1
|
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/lib/pq v1.10.9
|
|
|
|
golang.org/x/crypto v0.27.0
|
|
|
|
modernc.org/sqlite v1.33.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
|
|
golang.org/x/net v0.21.0 // indirect
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
|
|
golang.org/x/text v0.18.0 // indirect
|
|
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
|
|
|
modernc.org/libc v1.55.3 // indirect
|
|
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
|
|
modernc.org/memory v1.8.0 // indirect
|
|
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
|
|
modernc.org/token v1.1.0 // indirect
|
|
|
|
)
|