-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
22 lines (20 loc) · 876 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/gridplus/safecard-cli
go 1.14
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e
github.com/GridPlus/keycard-go v0.0.0-20230426181733-1153de682fc5
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0 // indirect
github.com/ebfe/scard v0.0.0-20190212122703-c3d1b1916a95
github.com/manifoldco/promptui v0.8.0
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20200123000308-a60dcd172b4c
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
github.com/tyler-smith/go-bip32 v1.0.0
github.com/wemeetagain/go-hdwallet v0.1.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
golang.org/x/text v0.3.5 // indirect
)