-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
41 lines (38 loc) · 1.49 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
module yhc
go 1.19
require (
git.yasdb.com/go/yasdb-go v1.3.1
git.yasdb.com/go/yaserr v0.1.0
git.yasdb.com/go/yaslog v0.0.0-20230531092234-0b27ba7c86fe
git.yasdb.com/go/yasutil v0.0.0-20230913105631-0b301ec98247
git.yasdb.com/pandora/alertql v0.0.0-20231010073049-141fa29d219a
git.yasdb.com/pandora/tview v0.0.0-20230915021201-898e1aeb8e10
git.yasdb.com/pandora/yasqlgo v0.0.0-20230922070722-929be43c57d7
github.com/BurntSushi/toml v1.3.2
github.com/alecthomas/kong v0.8.1
github.com/gdamore/tcell/v2 v2.6.0
github.com/google/uuid v1.3.1
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/stretchr/testify v1.8.4
github.com/vbauerster/mpb/v8 v8.6.2
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)