forked from Yatogaii/transfer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (24 loc) · 861 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
27
module github.com/Mikubill/transfer
go 1.18
require (
github.com/cheggaaa/pb/v3 v3.0.8
github.com/google/uuid v1.3.0
github.com/mr-tron/base58 v1.2.0
github.com/orcaman/concurrent-map v1.0.0
github.com/spf13/cobra v1.4.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20220411224347-583f2d630306
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/cheggaaa/pb v1.0.29
github.com/fatih/color v1.13.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
)