-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (21 loc) · 990 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
module github.com/teal-finance/BaseXX
go 1.18
require github.com/mr-tron/base58 v1.2.0
require (
github.com/Equim-chan/base91-go v0.2.3
github.com/bproctor/base91 v0.0.0-20160902125316-7de6f1dd34e8
github.com/majestrate/base91 v0.0.0-20160406115715-9911d3d6c2aa
github.com/mtraver/base91 v1.0.0
github.com/unix-world/smartgo v0.0.0-20220529111151-f01970b8d565
golang.org/x/perf v0.0.0-20220722155240-3d85ee92886d
)
require (
ekyu.moe/base91 v0.2.3 // indirect
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
github.com/unix-world/smartgo/colorstring v0.0.0-20220529111151-f01970b8d565 // indirect
github.com/unix-world/smartgo/logutils v0.0.0-20220529111151-f01970b8d565 // indirect
github.com/unix-world/smartgo/threefish v0.0.0-20220529111151-f01970b8d565 // indirect
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
golang.org/x/text v0.3.7 // indirect
)