Skip to content

Commit f028fbd

Browse files
wuchulonlyclaude
andcommitted
chore: 更新 go.mod 依赖
- 升级 Go 版本到 1.23.0(miekg/dns 依赖要求) - 添加 charmbracelet/huh 依赖 - 更新相关依赖版本 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent e686e25 commit f028fbd

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

go.mod

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/chainreactors/malice-network
22

3-
go 1.20
3+
go 1.23.0
4+
5+
toolchain go1.24.12
46

57
require (
68
filippo.io/age v1.2.1
@@ -13,8 +15,10 @@ require (
1315
github.com/chainreactors/rem v0.2.4
1416
github.com/chainreactors/tui v0.0.0-20250825071101-9e61744e554f
1517
github.com/chainreactors/utils v0.0.0-20241209140746-65867d2f78b2
16-
github.com/charmbracelet/bubbletea v1.3.4
18+
github.com/charmbracelet/bubbletea v1.3.6
1719
github.com/charmbracelet/glamour v0.8.0
20+
github.com/charmbracelet/huh v0.8.0
21+
github.com/charmbracelet/lipgloss v1.1.0
1822
github.com/corpix/uarand v0.2.0
1923
github.com/dustin/go-humanize v1.0.1
2024
github.com/evertras/bubble-table v0.17.2
@@ -51,12 +55,12 @@ require (
5155
github.com/docker/distribution v2.8.2+incompatible // indirect
5256
github.com/docker/docker v24.0.9+incompatible
5357
golang.org/x/crypto v0.33.0
54-
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
58+
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
5559
golang.org/x/net v0.40.0 // indirect
56-
golang.org/x/sync v0.14.0 // indirect
60+
golang.org/x/sync v0.15.0 // indirect
5761
golang.org/x/sys v0.33.0 // indirect
5862
golang.org/x/term v0.29.0 // indirect
59-
golang.org/x/text v0.22.0
63+
golang.org/x/text v0.23.0
6064
golang.org/x/time v0.9.0 // indirect
6165
google.golang.org/grpc v1.57.2
6266
google.golang.org/protobuf v1.34.1
@@ -73,16 +77,17 @@ require (
7377
github.com/aymerick/douceur v0.2.0 // indirect
7478
github.com/blinkbean/dingtalk v1.1.3 // indirect
7579
github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
80+
github.com/catppuccin/go v0.3.0 // indirect
7681
github.com/cbroglie/mustache v1.4.0 // indirect
7782
github.com/chainreactors/fingers v0.0.0-20240702104653-a66e34aa41df // indirect
7883
github.com/chainreactors/go-metrics v0.0.0-20220926021830-24787b7a10f8 // indirect
7984
github.com/chainreactors/proxyclient v1.0.2 // indirect
80-
github.com/charmbracelet/bubbles v0.20.0 // indirect
85+
github.com/charmbracelet/bubbles v0.21.1-0.20250623103423-23b8fd6302d7 // indirect
8186
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
8287
github.com/charmbracelet/harmonica v0.2.0 // indirect
83-
github.com/charmbracelet/lipgloss v1.1.0 // indirect
84-
github.com/charmbracelet/x/ansi v0.8.0 // indirect
85-
github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
88+
github.com/charmbracelet/x/ansi v0.9.3 // indirect
89+
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
90+
github.com/charmbracelet/x/exp/strings v0.0.0-20240722160745-212f7b056ed0 // indirect
8691
github.com/charmbracelet/x/term v0.2.1 // indirect
8792
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9 // indirect
8893
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -120,7 +125,7 @@ require (
120125
github.com/mattn/go-runewidth v0.0.16 // indirect
121126
github.com/mattn/go-sqlite3 v1.14.24 // indirect
122127
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
123-
github.com/miekg/dns v1.1.67 // indirect
128+
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
124129
github.com/mitchellh/mapstructure v1.5.0 // indirect
125130
github.com/moby/term v0.5.0 // indirect
126131
github.com/montanaflynn/stats v0.7.1 // indirect
@@ -155,8 +160,6 @@ require (
155160
github.com/yuin/gluamapper v0.0.0-20150323120927-d836955830e7 // indirect
156161
github.com/yuin/goldmark v1.7.4 // indirect
157162
github.com/yuin/goldmark-emoji v1.0.3 // indirect
158-
golang.org/x/mod v0.24.0 // indirect
159-
golang.org/x/tools v0.33.0 // indirect
160163
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
161164
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
162165
gotest.tools/v3 v3.5.1 // indirect

0 commit comments

Comments
 (0)