-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 1.03 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
module github.com/nayarsystems/nxctl
go 1.12
require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210722203344-69c5ea87048d // indirect
github.com/jaracil/ei v0.0.0-20170808175009-4f519a480ebd
github.com/jaracil/smartio v0.0.0-20160606092121-a059462b5df8 // indirect
github.com/jaracil/websocket v0.0.0-20160616160344-648d4bd55c0a // indirect
github.com/jaracil/wsck v0.0.0-20160616154545-231d4ce784ed // indirect
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nayarsystems/kingpin v2.1.12-0.20160708065759-1150db03cfa0+incompatible
github.com/nayarsystems/nxgo v1.8.1
github.com/nayarsystems/nxusercheck v0.0.0-20181001140658-27465bdee236
github.com/olekukonko/tablewriter v0.0.1
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/viper v1.7.0
)