-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 918 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/i582/phpstats
go 1.15
require (
github.com/VKCOM/noverify v0.2.1-0.20201001205037-12079311fde5
github.com/alexeyco/simpletable v0.0.0-20200730140406-5bb24159ccfb
github.com/c-bata/go-prompt v0.2.5
github.com/cheggaaa/pb/v3 v3.0.5
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/gookit/color v1.3.2
github.com/i582/cfmt v1.0.7
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7 // indirect
golang.org/x/sys v0.0.0-20201018230417-eeed37f84f13 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gonum.org/v1/gonum v0.8.1
gopkg.in/yaml.v2 v2.2.4
)