Update core. Refactor error logging code.

This commit is contained in:
Kleissner
2022-01-12 22:34:21 +01:00
parent 5260dc354e
commit 1a8f4cc7d6
5 changed files with 10 additions and 29 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-20220106031128-5c8b8eb94bd7
github.com/PeernetOfficial/core v0.0.0-20220112211834-6a5312d83433
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
)