Core update

This commit is contained in:
Kleissner
2021-09-23 02:33:42 +02:00
parent 5057c71449
commit e3ca3d64dd
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-20210920122023-149984eeb3da
github.com/PeernetOfficial/core v0.0.0-20210923003207-58b460374452
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-20210920122023-149984eeb3da h1:ZmxYn/C8SNpOLrp1AWiAHB0Av46hG9sZAm1sdAbS7l4=
github.com/PeernetOfficial/core v0.0.0-20210920122023-149984eeb3da/go.mod h1:c2AGQxju2HdM8mrsgy6nFX3mW2TGs0/00kggbBqLB+o=
github.com/PeernetOfficial/core v0.0.0-20210923003207-58b460374452 h1:6GXPTXceY7LefICoxVGgEykJo8eQJM/DGDM3sII6ICs=
github.com/PeernetOfficial/core v0.0.0-20210923003207-58b460374452/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=