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
336 B
12 lines
336 B
module gitlab.com/tslocum/jack |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/gorilla/websocket v1.4.2 |
|
gitlab.com/tslocum/joker v0.1.4 |
|
gitlab.com/tslocum/joker-cribbage v0.1.1 |
|
gitlab.com/tslocum/sshtargate v0.1.4 |
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect |
|
golang.org/x/sys v0.0.0-20200819171115-d785dc25833f // indirect |
|
)
|
|
|