Skip to content

Commit

Permalink
build: retract bogus tags from btcd fork
Browse files Browse the repository at this point in the history
Fixes #1791.
  • Loading branch information
Roasbeef committed Feb 4, 2022
1 parent eaf0459 commit d0537a9
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/btcsuite/btcd

require (
github.com/btcsuite/btcd/btcec/v2 v2.1.0
github.com/btcsuite/btcd/btcutil v1.0.0
github.com/btcsuite/btcd/btcutil v1.1.0
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/btcsuite/goleveldb v1.0.0
Expand All @@ -26,4 +26,36 @@ replace github.com/btcsuite/btcd/btcutil => ./btcutil

replace github.com/btcsuite/btcd/btcec/v2 => ./btcec

// The retract statements below fixes an accidental push of the tags of a btcd
// fork.
retract (
v0.18.1
v0.18.0
v0.17.1
v0.17.0
v0.16.5
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.16.0

v0.15.2
v0.15.1
v0.15.0

v0.14.7
v0.14.6
v0.14.6
v0.14.5
v0.14.4
v0.14.3
v0.14.2
v0.14.1

v0.14.0
v0.13.0-beta2
v0.13.0-beta
)

go 1.17

0 comments on commit d0537a9

Please sign in to comment.