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-29 11:20:01 +00:00
|
|
|
git.ailur.dev/ailur/fg-library/v2 v2.1.1
|
|
|
|
git.ailur.dev/ailur/fg-nucleus-library v1.0.3
|
|
|
|
git.ailur.dev/ailur/pow v1.0.2
|
|
|
|
github.com/andybalholm/brotli v1.1.1
|
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-10-29 11:20:01 +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-10-04 17:33:00 +01:00
|
|
|
golang.org/x/crypto v0.28.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-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-03 11:58:33 +00:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2024-09-28 19:41:34 +01:00
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
2024-10-03 18:33:41 +01:00
|
|
|
github.com/stretchr/testify v1.9.0 // 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
|
2024-11-03 11:58:33 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2024-09-28 19:41:34 +01:00
|
|
|
)
|