-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
23 lines (20 loc) · 893 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
23
module github.com/siacentral/sia-lite-wallet-web
go 1.19
require (
github.com/pkg/errors v0.9.1
github.com/shopspring/decimal v1.3.1
gitlab.com/NebulousLabs/entropy-mnemonics v0.0.0-20181018051301-7532f67e3500
go.sia.tech/siad v1.5.10-0.20230802173757-1e6967cf1321
golang.org/x/crypto v0.4.0
lukechampine.com/frand v1.4.2
)
require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/dchest/threefish v0.0.0-20120919164726-3ecf4c494abf // indirect
gitlab.com/NebulousLabs/encoding v0.0.0-20200604091946-456c3dc907fe // indirect
gitlab.com/NebulousLabs/errors v0.0.0-20200929122200-06c536cf6975 // indirect
gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect
gitlab.com/NebulousLabs/merkletree v0.0.0-20200118113624-07fbf710afc4 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.5.0 // indirect
)