mirror of
https://github.com/PeernetOfficial/Cmd.git
synced 2026-07-16 18:37:51 +01:00
10 lines
226 B
Modula-2
10 lines
226 B
Modula-2
module github.com/PeernetOfficial/Cmd
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/PeernetOfficial/core v0.0.0-20211117163704-446c62bcd9e4
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
|
|
)
|