mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 23:19:37 +00:00
25 lines
932 B
Modula-2
25 lines
932 B
Modula-2
module backend
|
|
|
|
go 1.23.1
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
github.com/gomodule/redigo v1.8.4 // indirect
|
|
github.com/googollee/go-socket.io v1.7.0 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/labstack/echo/v4 v4.12.0 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/matoous/go-nanoid/v2 v2.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/redis/go-redis/v9 v9.7.3 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|