-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.15 KB
/
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
28
29
30
31
module github.com/tejzpr/zetools
go 1.18
require (
github.com/tejzpr/commands-zetools v1.0.2
github.com/tejzpr/zetools-base64 v1.0.2
github.com/tejzpr/zetools-cat v1.0.3
github.com/tejzpr/zetools-checkport v1.0.2
github.com/tejzpr/zetools-hmac v1.0.2
github.com/tejzpr/zetools-ls v1.0.3
github.com/tejzpr/zetools-ping v1.0.2
github.com/tejzpr/zetools-tail v1.0.2
github.com/urfave/cli/v2 v2.17.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534 // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)