Skip to content

Commit

Permalink
Refactor gomod
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro <[email protected]>
  • Loading branch information
ajnavarro committed Nov 20, 2023
1 parent 6f392b0 commit 6b9ef98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ require (
gopkg.in/yaml.v3 v3.0.1
)

require github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect

require (
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
Expand Down

0 comments on commit 6b9ef98

Please sign in to comment.