From 1faf83148be6f6a04db9ca8ae3f4b007261bb0c5 Mon Sep 17 00:00:00 2001 From: RajGoodF Date: Tue, 5 Oct 2021 12:19:52 +0530 Subject: [PATCH] Changed git url --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4cbfb5a85f..cdfb50f010 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/lightningnetwork/lnd require ( - git.schwanenlied.me/yawning/bsaes.git v0.0.0-20180720073208-c0276d75487e // indirect + github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e // indirect github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82 github.com/Yawning/aez v0.0.0-20180114000226-4dad034d9db2 @@ -86,7 +86,7 @@ replace github.com/lightningnetwork/lnd/kvdb => ./kvdb // 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 +//replace github.com/Yawning/bsaes => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e // This replace is for https://github.com/advisories/GHSA-w73w-5m7g-f7qc replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible