revoltgo/go.mod
2022-08-05 19:33:56 +00:00

11 lines
284 B
Modula-2

module git.cesium.pw/matthew/revoltgo
go 1.17
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/oklog/ulid/v2 v2.0.2
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d // indirect
github.com/sacOO7/gowebsocket v0.0.0-20210515122958-9396f1a71e23
)