forked from topfreegames/apm
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 640 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/struCoder/pmgo
go 1.13
require (
github.com/BurntSushi/toml v0.3.1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/fatih/color v1.7.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/olekukonko/tablewriter v0.0.4
github.com/sevlyar/go-daemon v0.1.5
github.com/sirupsen/logrus v1.8.1
github.com/struCoder/pidusage v0.1.3
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)