New "probe file transfer" command for testing.

This commit is contained in:
Kleissner
2021-11-10 13:03:05 +01:00
parent 52982f4c48
commit 651fc4beec
4 changed files with 250 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/PeernetOfficial/Cmd
go 1.16
require (
github.com/PeernetOfficial/core v0.0.0-20211022145503-f1e30c942f34
github.com/PeernetOfficial/core v0.0.0-20211109200406-ce3746170520
github.com/btcsuite/btcd v0.22.0-beta.0.20210625194946-86a17263b0ff
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
)