@@ -5,46 +5,54 @@ go 1.24
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.7
7
7
github.com/PuerkitoBio/goquery v1.10.2
8
- github.com/charmbracelet/bubbles v0.16.1
9
- github.com/charmbracelet/bubbletea v1.2.3
10
- github.com/charmbracelet/glamour v0.6.0
11
- github.com/charmbracelet/lipgloss v1.0 .0
12
- github.com/gin-gonic/gin v1.9.1
13
- github.com/go-echarts/go-echarts/v2 v2.3.3
14
- github.com/go-playground/validator/v10 v10.17 .0
8
+ github.com/charmbracelet/bubbles v0.20.0
9
+ github.com/charmbracelet/bubbletea v1.3.4
10
+ github.com/charmbracelet/glamour v0.9.1
11
+ github.com/charmbracelet/lipgloss v1.1 .0
12
+ github.com/gin-gonic/gin v1.10.0
13
+ github.com/go-echarts/go-echarts/v2 v2.5.2
14
+ github.com/go-playground/validator/v10 v10.20 .0
15
15
github.com/go-redis/redis/v8 v8.11.5
16
16
github.com/google/uuid v1.6.0
17
17
github.com/kelseyhightower/envconfig v1.4.0
18
18
github.com/mattn/go-isatty v0.0.20
19
19
github.com/muesli/reflow v0.3.0
20
- github.com/muesli/termenv v0.15.2
20
+ github.com/muesli/termenv v0.16.0
21
21
github.com/patrickmn/go-cache v2.1.0+incompatible
22
22
github.com/pelletier/go-toml v1.9.5
23
- github.com/shirou/gopsutil/v4 v4.24.6
23
+ github.com/shirou/gopsutil/v4 v4.25.2
24
24
github.com/stretchr/testify v1.10.0
25
25
golang.org/x/crypto v0.36.0
26
26
gopkg.in/yaml.v2 v2.4.0
27
27
)
28
28
29
- require github.com/andybalholm/cascadia v1.3.3 // indirect
29
+ require (
30
+ github.com/alecthomas/chroma/v2 v2.14.0 // indirect
31
+ github.com/andybalholm/cascadia v1.3.3 // indirect
32
+ github.com/bytedance/sonic/loader v0.1.1 // indirect
33
+ github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
34
+ github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
35
+ github.com/cloudwego/base64x v0.1.4 // indirect
36
+ github.com/cloudwego/iasm v0.2.0 // indirect
37
+ github.com/ebitengine/purego v0.8.2 // indirect
38
+ github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
39
+ )
30
40
31
41
require (
32
- github.com/alecthomas/chroma v0.10.0 // indirect
33
42
github.com/atotto/clipboard v0.1.4 // indirect
34
43
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
35
44
github.com/aymerick/douceur v0.2.0 // indirect
36
- github.com/bytedance/sonic v1.9.1 // indirect
45
+ github.com/bytedance/sonic v1.11.6 // indirect
37
46
github.com/cespare/xxhash/v2 v2.1.2 // indirect
38
47
github.com/charmbracelet/harmonica v0.2.0 // indirect
39
- github.com/charmbracelet/x/ansi v0.4.5 // indirect
48
+ github.com/charmbracelet/x/ansi v0.8.0 // indirect
40
49
github.com/charmbracelet/x/term v0.2.1 // indirect
41
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
42
50
github.com/davecgh/go-spew v1.1.1 // indirect
43
51
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
44
- github.com/dlclark/regexp2 v1.4 .0 // indirect
52
+ github.com/dlclark/regexp2 v1.11 .0 // indirect
45
53
github.com/dustin/go-humanize v1.0.1 // indirect
46
54
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
47
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
55
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
48
56
github.com/gin-contrib/sse v0.1.0 // indirect
49
57
github.com/go-ole/go-ole v1.2.6 // indirect
50
58
github.com/go-playground/locales v0.14.1 // indirect
@@ -57,46 +65,44 @@ require (
57
65
github.com/klauspost/compress v1.17.11 // indirect
58
66
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
59
67
github.com/kr/pretty v0.3.0 // indirect
60
- github.com/leodido/go-urn v1.2.4 // indirect
68
+ github.com/leodido/go-urn v1.4.0 // indirect
61
69
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
62
70
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
63
71
github.com/mattn/go-colorable v0.1.2 // indirect
64
72
github.com/mattn/go-localereader v0.0.1 // indirect
65
- github.com/mattn/go-runewidth v0.0.15 // indirect
73
+ github.com/mattn/go-runewidth v0.0.16 // indirect
66
74
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
67
75
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
68
76
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
69
77
github.com/modern-go/reflect2 v1.0.2 // indirect
70
78
github.com/montanaflynn/stats v0.7.1 // indirect
71
79
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
72
80
github.com/muesli/cancelreader v0.2.2 // indirect
73
- github.com/olekukonko/tablewriter v0.0.5 // indirect
74
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
81
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
75
82
github.com/pmezard/go-difflib v1.0.0 // indirect
76
83
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
77
84
github.com/rivo/uniseg v0.4.7 // indirect
78
85
github.com/rogpeppe/go-internal v1.13.1 // indirect
79
- github.com/sahilm/fuzzy v0.1.0 // indirect
80
- github.com/shoenig/go-m1cpu v0.1.6 // indirect
86
+ github.com/sahilm/fuzzy v0.1.1 // indirect
81
87
github.com/tklauser/go-sysconf v0.3.12 // indirect
82
88
github.com/tklauser/numcpus v0.6.1 // indirect
83
89
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
84
- github.com/ugorji/go/codec v1.2.11 // indirect
90
+ github.com/ugorji/go/codec v1.2.12 // indirect
85
91
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
86
92
github.com/xdg-go/scram v1.1.2 // indirect
87
93
github.com/xdg-go/stringprep v1.0.4 // indirect
88
94
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
89
- github.com/yuin/goldmark v1.5.2 // indirect
90
- github.com/yuin/goldmark-emoji v1.0.1 // indirect
95
+ github.com/yuin/goldmark v1.7.8 // indirect
96
+ github.com/yuin/goldmark-emoji v1.0.5 // indirect
91
97
github.com/yusufpapurcu/wmi v1.2.4 // indirect
92
- go.mongodb.org/mongo-driver v1.17.1 // direct
93
- golang.org/x/arch v0.3 .0 // indirect
98
+ go.mongodb.org/mongo-driver v1.17.3 // direct
99
+ golang.org/x/arch v0.8 .0 // indirect
94
100
golang.org/x/net v0.37.0 // indirect
95
101
golang.org/x/sync v0.12.0 // indirect
96
102
golang.org/x/sys v0.31.0 // indirect
97
103
golang.org/x/term v0.30.0 // indirect
98
104
golang.org/x/text v0.23.0 // indirect
99
- google.golang.org/protobuf v1.31.0 // indirect
105
+ google.golang.org/protobuf v1.34.1 // indirect
100
106
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
101
107
gopkg.in/yaml.v3 v3.0.1 // indirect
102
108
)
0 commit comments