Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Planxnx committed Apr 8, 2023
1 parent ff80bcd commit 90b0d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/btcsuite/btcd/btcutil v1.1.3
github.com/cheggaaa/pb/v3 v3.1.2
github.com/ethereum/go-ethereum v1.11.4
github.com/holiman/uint256 v1.2.2
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.13.0
github.com/tyler-smith/go-bip39 v1.1.0
Expand All @@ -20,7 +21,6 @@ require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/holiman/uint256 v1.2.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand Down

0 comments on commit 90b0d0c

Please sign in to comment.