-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (27 loc) · 1.04 KB
/
go.mod
File metadata and controls
30 lines (27 loc) · 1.04 KB
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
28
29
30
module github.com/billy4479/server-tool
go 1.18
require (
github.com/Jeffail/gabs/v2 v2.6.1
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.13.0
github.com/klauspost/compress v1.16.5
github.com/minio/selfupdate v0.5.0
github.com/ncruces/zenity v0.10.0
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/urfave/cli/v2 v2.23.5
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/image v0.1.0 // indirect
golang.org/x/sys v0.2.0 // indirect
)