mirror of
https://github.com/PeernetOfficial/Cmd.git
synced 2026-07-17 02:47:52 +01:00
Update core
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@ log.txt
|
||||
*debug_bin
|
||||
*.yaml
|
||||
.vscode
|
||||
self.*
|
||||
self.*
|
||||
warehouse
|
||||
2
go.mod
2
go.mod
@@ -3,7 +3,7 @@ module github.com/PeernetOfficial/Cmd
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/PeernetOfficial/core v0.0.0-20211010233813-956e6dd76b71
|
||||
github.com/PeernetOfficial/core v0.0.0-20211013040040-c2f110169ac9
|
||||
github.com/btcsuite/btcd v0.22.0-beta.0.20210625194946-86a17263b0ff
|
||||
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7
|
||||
)
|
||||
|
||||
4
go.sum
4
go.sum
@@ -1,5 +1,5 @@
|
||||
github.com/PeernetOfficial/core v0.0.0-20211010233813-956e6dd76b71 h1:QN740l5ZJj0caxdTkRiu86Cq0J0AQHvGW5eITdX8cL8=
|
||||
github.com/PeernetOfficial/core v0.0.0-20211010233813-956e6dd76b71/go.mod h1:u5RB1/k3V5C6PwNuVeQLVAkW8agwpjmmiucWZwk08s4=
|
||||
github.com/PeernetOfficial/core v0.0.0-20211013040040-c2f110169ac9 h1:oxbAATvOJ2kNJU7bkhdkJ0uWuLq/gmbeJaM92zSLR3c=
|
||||
github.com/PeernetOfficial/core v0.0.0-20211013040040-c2f110169ac9/go.mod h1:u5RB1/k3V5C6PwNuVeQLVAkW8agwpjmmiucWZwk08s4=
|
||||
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=
|
||||
|
||||
Reference in New Issue
Block a user