-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.42 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
module github.com/lynkdb/kvgo-cli
go 1.15
require (
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gosuri/uitable v0.0.4
github.com/hooto/hauth v0.0.0-20210108051852-c98e6c9355f9
github.com/hooto/hchart v0.0.0-20210820154659-40f12957ba94
github.com/hooto/hflag4g v0.0.0-20181023133020-1524604e73ef
github.com/hooto/hlog4g v0.0.0-20210209123645-d070995e647f
github.com/hooto/htoml4g v0.0.0-20200928123528-226e1ac698c9
github.com/hooto/httpsrv v0.0.0-20210820160451-a548e214d86d
github.com/lessos/lessgo v0.0.0-20201010103753-2e2039a4eb3c
github.com/lynkdb/kvgo v1.1.2
github.com/lynkdb/kvspec v1.0.3
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/rakyll/statik v0.1.7
github.com/shirou/gopsutil/v3 v3.21.7 // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tklauser/go-sysconf v0.3.8 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/valuedig/apis v0.0.0-20210829154018-40efea9f58ff
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
golang.org/x/text v0.3.7 // indirect
gonum.org/v1/plot v0.8.1
google.golang.org/genproto v0.0.0-20210820002220-43fce44e7af1 // indirect
)