Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro <[email protected]>
  • Loading branch information
ajnavarro committed Nov 7, 2023
1 parent 03e0d2b commit 8ad1b8d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/btcsuite/btcutil v1.0.2
github.com/cockroachdb/apd v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
github.com/dgraph-io/badger/v3 v3.2103.4
github.com/fortytw2/leaktest v1.3.0
github.com/gdamore/tcell/v2 v2.6.0
Expand Down Expand Up @@ -40,10 +41,7 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
)
require github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect

require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2
Expand Down

0 comments on commit 8ad1b8d

Please sign in to comment.