mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-20 13:56:45 +00:00

* [NOD-71] Replaced Gopkg.lock and Gopkg.toml with go.mod and go.sum. * [NOD-71] Updated Dockerfiles to use go-modules instead of dep.
29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
Modula-2
module github.com/daglabs/btcd
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
bou.ke/monkey v1.0.1
|
|
github.com/aead/siphash v1.0.1
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
github.com/btcsuite/goleveldb v1.0.0
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/fsnotify/fsnotify v1.4.7 // indirect
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/hpcloud/tail v1.0.0 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jrick/logrotate v1.0.0
|
|
github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec
|
|
github.com/miekg/dns v1.1.6
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
|
|
golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect
|
|
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
)
|