Console API: Subscribe to backend.Stdout.

This commit is contained in:
Kleissner
2022-01-06 04:19:20 +01:00
parent adce6fee5c
commit 0bc0d007a4
4 changed files with 10 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-20220103002105-a19bac19163f
github.com/PeernetOfficial/core v0.0.0-20220106031128-5c8b8eb94bd7
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
)