Files
Cmd/go.mod
2021-09-10 14:44:37 +02:00

10 lines
264 B
Modula-2

module github.com/PeernetOfficial/Cmd
go 1.16
require (
github.com/PeernetOfficial/core v0.0.0-20210910124301-3f3e6d9df12f
github.com/btcsuite/btcd v0.22.0-beta.0.20210625194946-86a17263b0ff
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
)