mirror of
https://github.com/oarkflow/mq.git
synced 2025-09-26 20:11:16 +08:00
46 lines
1.6 KiB
Modula-2
46 lines
1.6 KiB
Modula-2
module github.com/oarkflow/mq
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/gofiber/fiber/v2 v2.52.9
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mattn/go-sqlite3 v1.14.32
|
|
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/jsonschema v0.0.4
|
|
github.com/oarkflow/log v1.0.83
|
|
github.com/oarkflow/squealx v0.0.56
|
|
github.com/oarkflow/xid v1.2.8
|
|
golang.org/x/crypto v0.42.0
|
|
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
|
|
golang.org/x/time v0.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/goccy/go-reflect v1.2.0 // 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
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
)
|