Files
Cmd/go.mod
2022-02-25 17:24:34 +01:00

10 lines
196 B
Modula-2

module github.com/PeernetOfficial/Cmd
go 1.16
require (
github.com/PeernetOfficial/core v0.0.0-20220224134240-0553c01962a3
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0
)