Update core

This commit is contained in:
Kleissner
2021-09-29 20:22:53 +02:00
parent 08badc55f8
commit 72c234933a
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-20210928033938-608dbf6f4779
github.com/PeernetOfficial/core v0.0.0-20210929182053-d29fc960b639
github.com/btcsuite/btcd v0.22.0-beta.0.20210625194946-86a17263b0ff
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-20210928033938-608dbf6f4779 h1:bQLpIyH2VNYPCnnw1v7gJsPbNkEPz8+/9HkrpqwSt4g=
github.com/PeernetOfficial/core v0.0.0-20210928033938-608dbf6f4779/go.mod h1:c2AGQxju2HdM8mrsgy6nFX3mW2TGs0/00kggbBqLB+o=
github.com/PeernetOfficial/core v0.0.0-20210929182053-d29fc960b639 h1:cJParg//409cF9PKhK5+N6M4AzhgAvxE5luMvF15W5c=
github.com/PeernetOfficial/core v0.0.0-20210929182053-d29fc960b639/go.mod h1:c2AGQxju2HdM8mrsgy6nFX3mW2TGs0/00kggbBqLB+o=
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
github.com/akrylysov/pogreb v0.10.1 h1:FqlR8VR7uCbJdfUob916tPM+idpKgeESDXOA1K0DK4w=
github.com/akrylysov/pogreb v0.10.1/go.mod h1:pNs6QmpQ1UlTJKDezuRWmaqkgUE2TuU0YTWyqJZ7+lI=