From 3d0c477704b68f427c75d42269bfaccde9989cdc Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Fri, 5 Mar 2021 14:55:04 -0800 Subject: [PATCH] build: retract v0.0.2 A stray version of lnd was pushed out waaaay back in 2016 that can trip up `pkg.go.dev` and things like `go get`. Using the new Go 1.16 feature, we can now "retract" this version, which marks it as being unavailable. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 13dee18a..e5537c1d 100644 --- a/go.mod +++ b/go.mod @@ -90,3 +90,5 @@ replace github.com/lightningnetwork/lnd/clock => ./clock replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e go 1.13 + +retract v0.0.2