mirror of
https://github.com/oarkflow/mq.git
synced 2025-12-24 13:57:52 +08:00
45 lines
1.5 KiB
Modula-2
45 lines
1.5 KiB
Modula-2
module github.com/oarkflow/mq
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.52.6
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/oarkflow/date v0.0.4
|
|
github.com/oarkflow/dipper v0.0.6
|
|
github.com/oarkflow/errors v0.0.6
|
|
github.com/oarkflow/expr v0.0.11
|
|
github.com/oarkflow/form v0.0.0-20241203111156-b1be5636af43
|
|
github.com/oarkflow/jet v0.0.4
|
|
github.com/oarkflow/json v0.0.28
|
|
github.com/oarkflow/log v1.0.83
|
|
github.com/oarkflow/xid v1.2.8
|
|
golang.org/x/crypto v0.41.0
|
|
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
|
|
golang.org/x/time v0.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/goccy/go-yaml v1.18.0 // indirect
|
|
github.com/gotnospirit/makeplural v0.0.0-20180622080156-a5f48d94d976 // indirect
|
|
github.com/gotnospirit/messageformat v0.0.0-20221001023931-dfe49f1eb092 // indirect
|
|
github.com/kaptinlin/go-i18n v0.1.4 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/goccy/go-reflect v1.2.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
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-runewidth v0.0.16 // indirect
|
|
github.com/oarkflow/jsonschema v0.0.4
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.59.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
)
|