From 9afcd29831533da0f199adf239e0746c070fbd00 Mon Sep 17 00:00:00 2001 From: Kleissner Date: Wed, 17 Mar 2021 03:00:56 +0100 Subject: [PATCH] Module update --- README.md | 9 --------- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 019f683..92ed62c 100644 --- a/README.md +++ b/README.md @@ -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: ``` diff --git a/go.mod b/go.mod index d66c39c..398905c 100644 --- a/go.mod +++ b/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 diff --git a/go.sum b/go.sum index b57c950..51bde01 100644 --- a/go.sum +++ b/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=