mirror of
https://github.com/oarkflow/mq.git
synced 2025-09-26 20:11:16 +08:00
48 lines
1.7 KiB
Modula-2
48 lines
1.7 KiB
Modula-2
module github.com/oarkflow/mq
|
|
|
|
go 1.24.0
|
|
|
|
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.21
|
|
github.com/oarkflow/log v1.0.79
|
|
github.com/oarkflow/xid v1.2.5
|
|
github.com/prometheus/client_golang v1.21.1
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.33.0
|
|
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
|
|
golang.org/x/time v0.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew 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/kr/text v0.2.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/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.63.0 // indirect
|
|
github.com/prometheus/procfs v0.16.0 // indirect
|
|
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.31.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|