FIBS (online backgammon) client library
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module code.rocketnine.space/tslocum/fibs |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/reiver/go-oi v1.0.0 |
|
github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e |
|
golang.org/x/text v0.3.7 |
|
nhooyr.io/websocket v1.8.7 |
|
) |
|
|
|
require github.com/klauspost/compress v1.13.5 // indirect
|
|
|