mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-10 17:26:07 +01:00
Now that the new `btcutil/v1.0.0` tag has been pushed, we update the new internal modules to point to the top-level `btcd` repo via replace directives.
13 lines
356 B
Modula-2
13 lines
356 B
Modula-2
module github.com/btcsuite/btcd/btcutil
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aead/siphash v1.0.1
|
|
github.com/btcsuite/btcd v0.22.0-beta.0.20220111032746-97732e52810c
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
)
|
|
|
|
replace github.com/btcsuite/btcd => ../
|