mirror of
https://github.com/oarkflow/mq.git
synced 2025-10-31 02:06:20 +08:00
update
This commit is contained in:
@@ -1,19 +1,41 @@
|
||||
module json-sms-engine
|
||||
|
||||
go 1.21
|
||||
go 1.24.2
|
||||
|
||||
require github.com/gofiber/fiber/v2 v2.52.9
|
||||
replace github.com/oarkflow/mq => ../../
|
||||
|
||||
require (
|
||||
github.com/gofiber/fiber/v2 v2.52.9
|
||||
github.com/oarkflow/mq v0.0.0-00010101000000-000000000000
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/goccy/go-reflect v1.2.0 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/lib/pq v1.10.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/mattn/go-sqlite3 v1.14.32 // indirect
|
||||
github.com/oarkflow/date v0.0.4 // indirect
|
||||
github.com/oarkflow/dipper v0.0.6 // indirect
|
||||
github.com/oarkflow/errors v0.0.6 // indirect
|
||||
github.com/oarkflow/expr v0.0.11 // indirect
|
||||
github.com/oarkflow/form v0.0.0-20241203111156-b1be5636af43 // indirect
|
||||
github.com/oarkflow/jet v0.0.4 // indirect
|
||||
github.com/oarkflow/json v0.0.28 // indirect
|
||||
github.com/oarkflow/log v1.0.83 // indirect
|
||||
github.com/oarkflow/squealx v0.0.56 // indirect
|
||||
github.com/oarkflow/xid v1.2.8 // 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.28.0 // indirect
|
||||
golang.org/x/crypto v0.42.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
|
||||
golang.org/x/sys v0.36.0 // indirect
|
||||
golang.org/x/time v0.12.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user