tianji/reporter/go.mod

12 lines
322 B
Modula-2
Raw Normal View History

2023-09-18 08:08:16 +00:00
module tianji-reporter
go 1.21.1
require (
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/gomodule/redigo v1.8.9 // indirect
github.com/googollee/go-socket.io v1.8.0-rc.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
)