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:
parent
a1bfbdc7d2
commit
3d0c477704
2
go.mod
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user