Skip to content

Commit 2b1de54

Browse files
committed
fix: update go.mod
1 parent 3ee54fb commit 2b1de54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ go.sum
66
helper/intl/professional/
77
helper/intl/custom/
88
*.bin
9-
*.so
9+
*.so
10+
.gomodcache/
11+
.gocache/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ require (
166166
)
167167

168168
replace (
169-
github.com/charmbracelet/huh => github.com/charmbracelet/huh v0.6.0
170169
github.com/imdario/mergo => dario.cat/mergo v1.0.0
171170
github.com/miekg/dns => github.com/miekg/dns v1.1.58
172171
golang.org/x/crypto => golang.org/x/crypto v0.24.0
@@ -181,6 +180,7 @@ replace (
181180
github.com/chainreactors/IoM-go => ./external/IoM-go
182181
github.com/chainreactors/proxyclient => github.com/chainreactors/proxyclient v1.0.3
183182
//github.com/chainreactors/rem => github.com/chainreactors/rem-community v0.2.4
183+
github.com/charmbracelet/huh => github.com/charmbracelet/huh v0.5.3
184184
github.com/mark3labs/mcp-go => ./external/mcp-go
185185
github.com/reeflective/console => ./external/console
186186
github.com/reeflective/readline => ./external/readline

0 commit comments

Comments
 (0)