Update core

This commit is contained in:
Kleissner
2021-11-29 17:52:52 +01:00
parent 4c1115fc08
commit 859a644f5e
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-20211129021315-1be95b46fdb3
github.com/PeernetOfficial/core v0.0.0-20211129165122-e648f80e3180
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
)

4
go.sum
View File

@@ -1,5 +1,5 @@
github.com/PeernetOfficial/core v0.0.0-20211129021315-1be95b46fdb3 h1:uGFuNER1oAW7KhGl2W7vPoG1rQwvCSClTuWVU7pDaHU=
github.com/PeernetOfficial/core v0.0.0-20211129021315-1be95b46fdb3/go.mod h1:0D/jIDYdV0WXg5WACS+fR5keafLhYB89WUs6ZEE8t4Y=
github.com/PeernetOfficial/core v0.0.0-20211129165122-e648f80e3180 h1:iCDKnPbpdbALk9fqUVP6pcqZe6g6NU/J16XYqN+5ULo=
github.com/PeernetOfficial/core v0.0.0-20211129165122-e648f80e3180/go.mod h1:0D/jIDYdV0WXg5WACS+fR5keafLhYB89WUs6ZEE8t4Y=
github.com/akrylysov/pogreb v0.10.1 h1:FqlR8VR7uCbJdfUob916tPM+idpKgeESDXOA1K0DK4w=
github.com/akrylysov/pogreb v0.10.1/go.mod h1:pNs6QmpQ1UlTJKDezuRWmaqkgUE2TuU0YTWyqJZ7+lI=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=