mirror of
https://github.com/PeernetOfficial/Cmd.git
synced 2026-07-18 19:37:51 +01:00
Module update
This commit is contained in:
@@ -6,15 +6,6 @@ This client can be used as root peer to help speed up discovery of peers and dat
|
||||
|
||||
## Compile
|
||||
|
||||
First get all the dependencies. Below list contains both dependencies from the core package and this tool.
|
||||
|
||||
```
|
||||
go get -u github.com/PeernetOfficial/core
|
||||
go get -u github.com/btcsuite/btcd/btcec
|
||||
go get -u github.com/libp2p/go-reuseport
|
||||
go get -u lukechampine.com/blake3
|
||||
```
|
||||
|
||||
To build:
|
||||
|
||||
```
|
||||
|
||||
2
go.mod
2
go.mod
@@ -2,4 +2,4 @@ module github.com/PeernetOfficial/Cmd
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/PeernetOfficial/core v0.0.0-20210316220428-75c0d12850d9
|
||||
require github.com/PeernetOfficial/core v0.0.0-20210317015617-ddd3f6518767
|
||||
|
||||
4
go.sum
4
go.sum
@@ -1,5 +1,5 @@
|
||||
github.com/PeernetOfficial/core v0.0.0-20210316220428-75c0d12850d9 h1:cKFvlwnI8WzTnAuwIyabqO26Mip0JuW2aWX+vpq3He8=
|
||||
github.com/PeernetOfficial/core v0.0.0-20210316220428-75c0d12850d9/go.mod h1:SNy9riYEKopf8xBxiIJlfaOX7TPwsWGbmNBjJpjOZoA=
|
||||
github.com/PeernetOfficial/core v0.0.0-20210317015617-ddd3f6518767 h1:6aqb5uDq5KsGMaqbV/e7cwTLetp0YXzV1KGSbq6xDXc=
|
||||
github.com/PeernetOfficial/core v0.0.0-20210317015617-ddd3f6518767/go.mod h1:SNy9riYEKopf8xBxiIJlfaOX7TPwsWGbmNBjJpjOZoA=
|
||||
github.com/PeernetOfficial/core/dht v0.0.0-20210316211915-8b329f7258d1 h1:kbSPQTir7JrBAR7OL6TZIwWsRuqroafeXnFpKXOyEvk=
|
||||
github.com/PeernetOfficial/core/dht v0.0.0-20210316211915-8b329f7258d1/go.mod h1:sb2H21VIVTohCXVrDFo/Skl2tN8Yzba+MXSS6NgCYXw=
|
||||
github.com/PeernetOfficial/core/reuseport v0.0.0-20210316211915-8b329f7258d1 h1:m1dEg5E8ZwT3l/F6xiDrU2Q/ZJ9BeVFAZt/OUBxtr4M=
|
||||
|
||||
Reference in New Issue
Block a user