-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go mod file updated for dependency management
- Loading branch information
root
committed
Jul 10, 2019
1 parent
64315da
commit 31fac1f
Showing
2 changed files
with
343 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
module github.com/QOSGroup/litewallet | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/allegro/bigcache v1.2.1 // indirect | ||
github.com/aristanetworks/goarista v0.0.0-20190704150520-f44d68189fd7 // indirect | ||
github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8 | ||
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d | ||
github.com/cespare/cp v1.1.1 // indirect | ||
github.com/cosmos/cosmos-sdk v0.34.1 | ||
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d | ||
github.com/deckarep/golang-set v1.7.1 // indirect | ||
github.com/edsrzf/mmap-go v1.0.0 // indirect | ||
github.com/ethereum/go-ethereum v0.0.0-20190426172221-504f88b65b8e | ||
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect | ||
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect | ||
github.com/hashicorp/golang-lru v0.5.1 // indirect | ||
github.com/huin/goupnp v1.0.0 // indirect | ||
github.com/jackpal/go-nat-pmp v1.0.1 // indirect | ||
github.com/karalabe/hid v1.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.2 // indirect | ||
github.com/pborman/uuid v1.2.0 // indirect | ||
github.com/pkg/errors v0.8.1 | ||
github.com/rjeczalik/notify v0.9.2 // indirect | ||
github.com/spf13/viper v1.4.0 | ||
github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect | ||
github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5 | ||
github.com/tendermint/ed25519 v0.0.0-20171027050219-d8387025d2b9 | ||
github.com/tendermint/go-amino v0.14.1 | ||
github.com/tendermint/tendermint v0.31.4 | ||
github.com/tyler-smith/go-bip39 v1.0.0 | ||
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect | ||
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||
gopkg.in/urfave/cli.v1 v1.20.0 // indirect | ||
) |
Oops, something went wrong.