2024-09-28 19:41:34 +01:00
|
|
|
module git.ailur.dev/ailur/fulgens
|
|
|
|
|
2024-11-08 18:02:41 +00:00
|
|
|
go 1.23.3
|
2024-09-28 19:41:34 +01:00
|
|
|
|
|
|
|
require (
|
2024-11-08 18:09:26 +00:00
|
|
|
git.ailur.dev/ailur/fg-library/v2 v2.1.2
|
|
|
|
git.ailur.dev/ailur/fg-nucleus-library v1.0.5
|
2024-10-29 11:20:01 +00:00
|
|
|
git.ailur.dev/ailur/pow v1.0.2
|
2024-11-03 15:55:11 +00:00
|
|
|
github.com/CAFxX/httpcompression v0.0.9
|
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
|
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
|
2024-11-03 17:03:35 +00:00
|
|
|
github.com/klauspost/compress v1.17.11
|
2024-09-28 19:41:34 +01:00
|
|
|
github.com/lib/pq v1.10.9
|
2024-10-20 18:39:20 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.24
|
2024-11-08 18:02:41 +00:00
|
|
|
golang.org/x/crypto v0.29.0
|
2024-11-03 11:58:33 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-09-28 19:41:34 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-11-03 15:55:11 +00:00
|
|
|
github.com/andybalholm/brotli v1.1.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
|
2024-11-08 18:02:41 +00:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2024-09-28 19:41:34 +01:00
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2024-11-08 18:02:41 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
2024-11-03 15:55:11 +00:00
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
2024-11-08 18:02:41 +00:00
|
|
|
golang.org/x/net v0.31.0 // indirect
|
|
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
|
|
golang.org/x/text v0.20.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2024-09-28 19:41:34 +01:00
|
|
|
)
|