forked from svarogg/kaspaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 743 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/svarogg/kaspaper
go 1.17
require (
github.com/kaspanet/kaspad v0.11.7
github.com/pkg/errors v0.9.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
)
require (
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/jrick/logrotate v1.0.0 // indirect
github.com/kaspanet/go-muhash v0.0.4 // indirect
github.com/kaspanet/go-secp256k1 v0.0.7 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)