-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d5530c
commit d19f3a2
Showing
107 changed files
with
923 additions
and
1,802 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,34 @@ | ||
module github.com/tiup/components/client | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/gizak/termui/v3 v3.1.0 | ||
github.com/shirou/gopsutil v3.21.11+incompatible | ||
github.com/spf13/cobra v1.3.0 | ||
github.com/tklauser/go-sysconf v0.3.9 // indirect | ||
github.com/xo/usql v0.9.5 | ||
) | ||
|
||
require ( | ||
github.com/alecthomas/chroma v0.9.4 // indirect | ||
github.com/dlclark/regexp2 v1.4.0 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/go-sql-driver/mysql v1.6.0 // indirect | ||
github.com/gohxs/readline v0.0.0-20171011095936-a780388e6e7c // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect | ||
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20210105204122-a87d9f614b9d // indirect | ||
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect | ||
github.com/rivo/uniseg v0.2.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/tklauser/go-sysconf v0.3.9 // indirect | ||
github.com/tklauser/numcpus v0.3.0 // indirect | ||
github.com/xo/dburl v0.9.0 // indirect | ||
github.com/xo/tblfmt v0.8.0 // indirect | ||
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
github.com/zaf/temp v0.0.0-20170209143821-94e385923345 // indirect | ||
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect | ||
) |
Oops, something went wrong.