Skip to content

Commit

Permalink
chaincfg: add own module
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Mar 16, 2022
1 parent 0f0c17b commit 9b22ef3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions chaincfg/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module github.com/btcsuite/btcd/chaincfg

require (
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
github.com/btcsuite/btcd/wire v1.0.0
github.com/davecgh/go-spew v1.1.1
)

// TODO(guggero): Remove once we have a tagged version of the wire package.
replace github.com/btcsuite/btcd/wire => ../wire

go 1.17
4 changes: 4 additions & 0 deletions chaincfg/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 comments on commit 9b22ef3

Please sign in to comment.