Fix hash encoding, change module names
This commit is contained in:
46
go.mod
46
go.mod
@@ -1,34 +1,42 @@
|
||||
module github.com/zcash-hackworks/lightwalletd
|
||||
module github.com/adityapk00/lightwalletd
|
||||
|
||||
go 1.12
|
||||
|
||||
replace github.com/adityapk00/btcd => /home/adityapk/go/src/github.com/adityapk00/btcd
|
||||
replace github.com/adityapk00/btcd => ../btcd
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.45.1 // indirect
|
||||
github.com/adityapk00/btcd v0.0.0-20190905214036-a1731ecea3cf
|
||||
github.com/adityapk00/btcd v0.0.0-20190911041810-371b8c79601d
|
||||
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
|
||||
github.com/golang/protobuf v1.3.2
|
||||
github.com/google/go-cmp v0.3.1 // indirect
|
||||
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
|
||||
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
||||
github.com/google/pprof v0.0.0-20190908185732-236ed259b199 // indirect
|
||||
github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 // indirect
|
||||
github.com/hashicorp/golang-lru v0.5.3 // indirect
|
||||
github.com/jtolds/gls v4.2.1+incompatible // 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.10.0
|
||||
github.com/pkg/errors v0.8.0
|
||||
github.com/rogpeppe/go-internal v1.3.1 // indirect
|
||||
github.com/sirupsen/logrus v1.2.0
|
||||
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304 // indirect
|
||||
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // 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
|
||||
go.opencensus.io v0.22.1 // indirect
|
||||
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979 // indirect
|
||||
golang.org/x/image v0.0.0-20190902063713-cb417be4ba39 // indirect
|
||||
golang.org/x/mobile v0.0.0-20190830201351-c6da95954960 // indirect
|
||||
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
|
||||
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
|
||||
google.golang.org/appengine v1.6.2 // indirect
|
||||
google.golang.org/genproto v0.0.0-20190905072037-92dd089d5514 // indirect
|
||||
google.golang.org/grpc v1.23.0
|
||||
gopkg.in/ini.v1 v1.41.0
|
||||
google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51 // indirect
|
||||
google.golang.org/grpc v1.23.1
|
||||
gopkg.in/ini.v1 v1.46.0
|
||||
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user