forked from yuce/hazelcast-commandline-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
80 lines (74 loc) · 3.12 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
module github.com/hazelcast/hazelcast-commandline-client
go 1.19
require (
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/briandowns/spinner v1.19.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/hazelcast/hazelcast-go-client v1.3.1-0.20221005090358-58f17bb84ba8
github.com/jedib0t/go-pretty/v6 v6.4.0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mattn/go-colorable v0.1.12
github.com/mattn/go-runewidth v0.0.13
github.com/mattn/go-tty v0.0.3
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20210105204122-a87d9f614b9d
github.com/pkg/term v1.1.0
github.com/spf13/cobra v1.6.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
github.com/theckman/yacspin v0.13.12
go.uber.org/zap v1.23.0
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
github.com/alecthomas/repr v0.0.0-20180818092828-117648cd9897 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/creack/pty v1.1.17 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shirou/gopsutil/v3 v3.21.5 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/tklauser/go-sysconf v0.3.4 // indirect
github.com/tklauser/numcpus v0.2.1 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// sql browser
require (
github.com/atotto/clipboard v0.1.4
github.com/charmbracelet/bubbles v0.10.3
github.com/charmbracelet/bubbletea v0.20.0
github.com/charmbracelet/lipgloss v0.5.0
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739
)
require (
github.com/apache/thrift v0.14.1
// termdbms
github.com/muesli/reflow v0.3.0
)
replace github.com/hazelcast/hazelcast-go-client v1.3.1-0.20221005090358-58f17bb84ba8 => github.com/yuce/hazelcast-go-client v1.1.2-0.20221024101337-f9de25ad091f