Update core.

This commit is contained in:
Kleissner
2021-12-14 16:10:09 +01:00
parent 9a3215c6cd
commit ef38a26f4e
2 changed files with 3 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-20211214020928-20a1d4552022
github.com/PeernetOfficial/core v0.0.0-20211214150802-a67c67b7f96e
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
)