mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-07-30 15:23:19 +00:00
24 lines
875 B
Modula-2
24 lines
875 B
Modula-2
module github.com/kaspanet/kaspad
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
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/golang/groupcache v0.0.0-20191002201903-404acd9df4cc
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jrick/logrotate v1.0.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
|
golang.org/x/sys v0.0.0-20190426135247-a129542de9ae // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|