Skip to content

Commit

Permalink
remove dcrwallet replacement from go mod (#476)
Browse files Browse the repository at this point in the history
- delete ginkgo workflow file
  • Loading branch information
oshorefueled committed Jun 18, 2021
1 parent 2263c4b commit 68758da
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 109 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ginkgo.yml

This file was deleted.

5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ require (
golang.org/x/text v0.3.3
)

replace (
decred.org/dcrwallet => decred.org/dcrwallet v1.6.0-rc4
github.com/decred/dcrdata/txhelpers/v4 => github.com/decred/dcrdata/txhelpers/v4 v4.0.0-20200108145420-f82113e7e212
)
replace github.com/decred/dcrdata/txhelpers/v4 => github.com/decred/dcrdata/txhelpers/v4 v4.0.0-20200108145420-f82113e7e212

0 comments on commit 68758da

Please sign in to comment.