-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (15 loc) · 671 Bytes
/
Copy pathgo.mod
File metadata and controls
16 lines (15 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/gracenoah/tezos-hsm-signer
require (
cloud.google.com/go v0.40.0
github.com/aws/aws-sdk-go v1.19.1
github.com/btcsuite/btcd v0.0.0-20190614013741-962a206e94e9
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/kr/pretty v0.1.0 // indirect
github.com/miekg/pkcs11 v0.0.0-20190322140431-074fd7a1ed19
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
google.golang.org/genproto v0.0.0-20190530194941-fb225487d101
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
)