From f405a3e032dcc5883f7b873a83983af75850b8ea Mon Sep 17 00:00:00 2001 From: Balasaheb Salunke Date: Thu, 8 Dec 2022 20:14:49 -0800 Subject: [PATCH] Removed the unwanted note Signed-off-by: Balasaheb Salunke --- go.mod | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/go.mod b/go.mod index 932f44a9cdc..12736ee2233 100644 --- a/go.mod +++ b/go.mod @@ -58,37 +58,17 @@ require ( gotest.tools/v3 v3.4.0 ) -require ( - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect - github.com/libp2p/go-libp2p v0.22.0 // indirect - github.com/mattn/go-pointer v0.0.1 // indirect -) - require ( github.com/AdaLogics/go-fuzz-headers v0.0.0-20221007124625-37f5449ff7df // indirect github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20220912195655-e1f97a00006b // indirect github.com/Microsoft/hcsshim v0.10.0-rc.1 // indirect - // ↑The `github.com/btcsuite/btcd` line exists for the indirect dependency on `github.com/btcsuite/btcd/btcec` (secp256k1 elliptic curve cryptography library) via `github.com/ipfs/go-ipfs-http-client`. - // https://github.com/btcsuite/btcd/tree/master/btcec - // - // BitCoin daemon itself is NOT included. There is NO code path that relates to mining or trading of BitCoin (or any crypto "currency"). - // $ go mod vendor - // $ ls vendor/github.com/btcsuite/btcd/ - // btcec LICENSE - // $ go mod why github.com/btcsuite/btcd/btcec - // # github.com/btcsuite/btcd/btcec - // github.com/containerd/nerdctl/cmd/nerdctl - // github.com/ipfs/go-ipfs-http-client - // github.com/libp2p/go-libp2p-core/network - // github.com/libp2p/go-libp2p-core/crypto - // github.com/btcsuite/btcd/btcec - // github.com/cilium/ebpf v0.9.1 // indirect github.com/containerd/fifo v1.0.0 // indirect github.com/containerd/ttrpc v1.1.1-0.20220420014843-944ef4a40df3 // indirect github.com/containers/ocicrypt v1.1.6 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect github.com/distribution/distribution/v3 v3.0.0-20221103125252-ebfa2a0ac0a9 // indirect github.com/djherbis/times v1.5.0 // indirect github.com/docker/docker-credential-helpers v0.6.4 // indirect @@ -131,9 +111,11 @@ require ( github.com/klauspost/cpuid/v2 v2.1.0 // indirect // NOTE: P2P image distribution (IPFS) is completely optional. Your host is NOT connected to any P2P network, unless you opt in to install and run IPFS daemon. github.com/libp2p/go-buffer-pool v0.1.0 // indirect + github.com/libp2p/go-libp2p v0.22.0 // indirect github.com/libp2p/go-libp2p-core v0.20.1 // indirect github.com/libp2p/go-openssl v0.1.0 // indirect github.com/mattn/go-colorable v0.1.12 // indirect + github.com/mattn/go-pointer v0.0.1 // indirect github.com/mattn/go-shellwords v1.0.12 // indirect github.com/miekg/pkcs11 v1.1.1 // indirect github.com/minio/sha256-simd v1.0.0 // indirect