-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 672 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/khbminus/tscli
go 1.17
require (
github.com/devfacet/gocmd/v3 v3.1.2
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/termenv v0.9.0
github.com/olekukonko/tablewriter v0.0.5
golang.org/x/crypto v0.0.0-20210915214749-c084706c2272
golang.org/x/text v0.3.7
)
require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)