-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing
2 changed files
with
9 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
module github.com/vesoft-inc/nebula-console | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/c-bata/go-prompt v0.2.6 | ||
github.com/jedib0t/go-pretty/v6 v6.4.7 | ||
github.com/jievince/liner v1.2.4-0.20211229025353-9af8863139ef | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/vesoft-inc/nebula-go/v3 v3.6.0 | ||
) | ||
|
||
require ( | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/mattn/go-tty v0.0.5 // indirect | ||
github.com/pkg/term v1.2.0-beta.2 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/vesoft-inc/nebula-go/v3 v3.6.0 | ||
github.com/vesoft-inc/fbthrift v0.0.0-20230214024353-fa2f34755b28 // indirect | ||
golang.org/x/net v0.15.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
) |
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