Skip to content

Commit

Permalink
mod: remove replace for go.mongodb.org/mongo-driver
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
guggero committed Mar 21, 2022
1 parent a4796e3 commit f92962f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go.mod
Expand Up @@ -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
Expand Down

0 comments on commit f92962f

Please sign in to comment.