2024-09-28 19:41:34 +01:00
|
|
|
module git.ailur.dev/ailur/fulgens
|
|
|
|
|
2024-10-03 19:06:53 +01:00
|
|
|
go 1.23.1
|
2024-09-28 19:41:34 +01:00
|
|
|
|
|
|
|
require (
|
2024-10-15 19:08:16 +01:00
|
|
|
git.ailur.dev/ailur/fg-library/v2 v2.0.1
|
2024-10-04 17:33:00 +01:00
|
|
|
git.ailur.dev/ailur/fg-nucleus-library v1.0.0
|
2024-10-04 17:43:40 +01:00
|
|
|
git.ailur.dev/ailur/pow v1.0.0
|
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-10-15 18:29:16 +01:00
|
|
|
github.com/go-chi/hostrouter v0.2.0
|
2024-09-28 19:41:34 +01:00
|
|
|
github.com/go-playground/validator/v10 v10.22.1
|
2024-10-03 17:41:09 +01:00
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
2024-09-28 19:41:34 +01:00
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/lib/pq v1.10.9
|
2024-10-04 17:33:00 +01:00
|
|
|
golang.org/x/crypto v0.28.0
|
2024-09-28 19:41:34 +01:00
|
|
|
modernc.org/sqlite v1.33.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2024-10-15 19:06:05 +01:00
|
|
|
github.com/gabriel-vasile/mimetype v1.4.6 // indirect
|
2024-09-28 19:41:34 +01:00
|
|
|
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
|
2024-10-03 18:33:41 +01:00
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
2024-10-13 19:20:19 +01:00
|
|
|
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
2024-10-04 19:48:35 +01:00
|
|
|
golang.org/x/net v0.30.0 // indirect
|
2024-10-04 17:33:00 +01:00
|
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
|
|
golang.org/x/text v0.19.0 // indirect
|
|
|
|
modernc.org/gc/v3 v3.0.0-20241004144649-1aea3fae8852 // indirect
|
|
|
|
modernc.org/libc v1.61.0 // indirect
|
2024-09-28 19:41:34 +01:00
|
|
|
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
|
|
|
|
)
|