mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 04:17:23 +00:00
50 lines
1.6 KiB
Modula-2
50 lines
1.6 KiB
Modula-2
module nysoure
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v3 v3.0.0-beta.4
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
golang.org/x/crypto v0.37.0
|
|
gorm.io/driver/sqlite v1.5.7
|
|
gorm.io/gorm v1.26.1
|
|
)
|
|
|
|
require github.com/chai2010/webp v1.4.0
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
|
|
github.com/minio/crc64nvme v1.0.1 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/minio-go/v7 v7.0.91
|
|
github.com/rs/xid v1.6.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
|
|
github.com/gofiber/schema v1.3.0 // indirect
|
|
github.com/gofiber/utils/v2 v2.0.0-beta.8 // indirect
|
|
github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/k3a/html2text v1.2.1
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.28 // indirect
|
|
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
|
|
github.com/tinylib/msgp v1.2.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.61.0 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/image v0.27.0
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
)
|