From f92962f9c74a01bade3aab1cc4ae9a461e8a28e7 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 21 Mar 2022 17:51:47 +0100 Subject: [PATCH] mod: remove replace for go.mongodb.org/mongo-driver With the dependency to lnd@v0.14.2-beta removed, we no longer depend on the mongo-driver indirectly so we can remove the security related replace directive. --- go.mod | 4 ---- 1 file changed, 4 deletions(-) diff --git a/go.mod b/go.mod index ee3361cf03fe..f33c4dc2ba90 100644 --- a/go.mod +++ b/go.mod @@ -81,10 +81,6 @@ replace ( github.com/lightningnetwork/lnd/tor => ./tor ) -// This replace is for addressing the CVE https://github.com/advisories/GHSA-f6mq-5m25-4r72 -// This is a indirect dependency that cannot be upgraded directly. -replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.5.1 - replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e // This replace is for https://github.com/advisories/GHSA-w73w-5m7g-f7qc