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.
12 lines
331 B
12 lines
331 B
module gitlab.com/tslocum/crib |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/gdamore/tcell/v2 v2.0.0-dev.0.20200926152101-0fb77ddaa5b4 |
|
github.com/gorilla/websocket v1.4.2 |
|
gitlab.com/tslocum/cbind v0.1.2 |
|
gitlab.com/tslocum/cview v1.5.0 |
|
gitlab.com/tslocum/joker v0.1.4 |
|
gitlab.com/tslocum/joker-cribbage v0.1.2-0.20201002022536-57717781be9a |
|
)
|
|
|