kaspad/go.mod
Ori Newman 3218fc5a04 [NOD-488] Make getBlueBlocksBetween return error if startHash is not in selected parent chain of stopHash (#514)
* [NOD-488] Make getBlueBlocksBetween return error if start hash is not in the selected parent chain of stop hash

* [NOD-488] Convert for to while style
2019-12-04 17:52:28 +02:00

29 lines
968 B
Modula-2

module github.com/daglabs/btcd
go 1.13
require (
bou.ke/monkey v1.0.1
github.com/aead/siphash v1.0.1
github.com/aws/aws-sdk-go v1.25.37
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/eclipse/paho.mqtt.golang v1.2.0
github.com/golang-migrate/migrate/v4 v4.6.1
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.1
github.com/jessevdk/go-flags v1.4.0
github.com/jinzhu/gorm v1.9.10
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/pkg/errors v0.8.1
github.com/prometheus/common v0.2.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
)