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.
This commit is contained in:
Olaoluwa Osuntokun 2021-03-05 14:55:04 -08:00
parent a1bfbdc7d2
commit 3d0c477704
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

2
go.mod
View File

@ -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