-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
26 lines (22 loc) · 817 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
24
25
26
module github.com/starius/pasta
go 1.21
toolchain go1.23.2
require (
github.com/golang/snappy v0.0.4
github.com/monperrus/crawler-user-agents v0.0.0-20241216185936-88f6ac3eecbf
github.com/robfig/humanize v0.0.0-20130801072920-4123e5c9f2f9
github.com/tyler-smith/go-bip39 v1.1.0
gitlab.com/NebulousLabs/entropy-mnemonics v0.0.0-20181018051301-7532f67e3500
gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40
gitlab.com/starius/deallocate v0.0.0-20190713141632-605b24537969
gitlab.com/starius/encrypt-autocert-cache v0.1.2
gitlab.com/starius/fpe v0.0.0-20181110234326-b113c8214a5f
golang.org/x/crypto v0.31.0
golang.org/x/net v0.33.0
golang.org/x/term v0.27.0
google.golang.org/protobuf v1.36.0
)
require (
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)