-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 899 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/haokunt/filetools
go 1.13
require (
github.com/Re-volution/sizestruct v0.0.0-20190319075800-3818643ce02e
github.com/cespare/xxhash v1.1.0 // indirect
github.com/chai2010/gettext-go v1.0.2
github.com/fatih/color v1.7.0 // indirect
github.com/go-sql-driver/mysql v1.4.1 // indirect
github.com/h2non/filetype v1.0.12
github.com/kr/pretty v0.1.0 // indirect
github.com/liuyongshuai/goUtils v0.0.0-20190423102735-9acaf0d1a37f
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/panjf2000/ants/v2 v2.3.1
github.com/urfave/cli v1.21.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
google.golang.org/appengine v1.6.2 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28
)