Lite wallet server https://hush.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
1.2 KiB

module git.hush.is/hush/lightwalletd
go 1.12
require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/goleveldb v1.0.0 // indirect
github.com/creack/pty v1.1.9 // indirect
github.com/golang/protobuf v1.5.2
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kkdai/bstream v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/pebbe/zmq4 v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.5.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/zcash/lightwalletd v0.4.12
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/mobile v0.0.0-20191002175909-6d0d39b2ca82 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/grpc v1.44.0
gopkg.in/ini.v1 v1.51.0
)