mirror of
https://github.com/lone-cloud/prism
synced 2026-06-03 08:43:10 -07:00
36 lines
1.3 KiB
Modula-2
36 lines
1.3 KiB
Modula-2
module prism
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
github.com/SherClockHolmes/webpush-go v1.4.0
|
|
github.com/emersion/go-imap/v2 v2.0.0-beta.7
|
|
github.com/go-chi/chi/v5 v5.2.4
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/mymmrac/telego v1.5.1
|
|
github.com/ncruces/go-sqlite3 v0.30.5
|
|
golang.org/x/time v0.14.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/bytedance/gopkg v0.1.3 // indirect
|
|
github.com/bytedance/sonic v1.15.0 // indirect
|
|
github.com/bytedance/sonic/loader v0.5.0 // indirect
|
|
github.com/cloudwego/base64x v0.1.6 // indirect
|
|
github.com/emersion/go-message v0.18.1 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
github.com/grbit/go-json v0.11.0 // indirect
|
|
github.com/klauspost/compress v1.18.2 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
|
github.com/tetratelabs/wazero v1.11.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.69.0 // indirect
|
|
github.com/valyala/fastjson v1.6.7 // indirect
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
|
|
golang.org/x/crypto v0.47.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|