Module update

This commit is contained in:
Kleissner
2021-03-17 03:00:56 +01:00
parent 91e751d5d0
commit 9afcd29831
3 changed files with 3 additions and 12 deletions

View File

@@ -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
View File

@@ -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
View File

@@ -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=