Backend server for SDL
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.

43 lines
1.9 KiB

module github.com/adityapk00/lightwalletd
go 1.12
replace github.com/adityapk00/btcd => ../btcd
require (
5 years ago
cloud.google.com/go v0.45.1 // indirect
github.com/adityapk00/btcd v0.0.0-20190911041810-371b8c79601d
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
5 years ago
github.com/golang/protobuf v1.3.2
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/pprof v0.0.0-20190908185732-236ed259b199 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // indirect
5 years ago
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
5 years ago
github.com/kr/pty v1.1.8 // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/pkg/errors v0.8.1
github.com/rogpeppe/go-internal v1.3.2 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/zcash-hackworks/lightwalletd v0.0.0-20190906012100-a91acdbdecfb // indirect
5 years ago
go.opencensus.io v0.22.1 // indirect
golang.org/x/exp v0.0.0-20190912063710-ac5d2bfcbfe0 // indirect
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac // indirect
golang.org/x/mobile v0.0.0-20190910184405-b558ed863381 // indirect
golang.org/x/net v0.0.0-20190912160710-24e19bdeb0f2
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20190912141932-bc967efca4b8 // indirect
golang.org/x/tools v0.0.0-20190912152909-b0a6c2aa3ffa // indirect
google.golang.org/api v0.10.0 // indirect
5 years ago
google.golang.org/appengine v1.6.2 // indirect
google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51 // indirect
google.golang.org/grpc v1.23.1
gopkg.in/ini.v1 v1.46.0
5 years ago
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
)