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.
8 lines
156 B
8 lines
156 B
module git.archium.org/archium_public/ebkTools
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/albenik/bcd v0.0.0-20170831201648-635201416bc7
|
|
nhooyr.io/websocket v1.8.6
|
|
)
|
|
|