Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
snakem982 committed Dec 5, 2024
1 parent e807ea2 commit 3da5e19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backend/tools/httpclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func ConcurrentHttpGet(url string, headers map[string]string) (all []byte, fileN

select {
case <-done:
case <-time.After(30 * time.Second):
case <-time.After(20 * time.Second):
}

return
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ require (
)

replace (
github.com/metacubex/mihomo => github.com/snakem982/mihomo v1.0.18-moshen
github.com/metacubex/mihomo => github.com/snakem982/mihomo v1.0.19-moshen
github.com/sagernet/sing => github.com/metacubex/sing v0.0.0-20241121030428-33b6ebc52000
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ github.com/sina-ghaderi/rabbitio v0.0.0-20220730151941-9ce26f4f872e h1:ur8uMsPIF
github.com/sina-ghaderi/rabbitio v0.0.0-20220730151941-9ce26f4f872e/go.mod h1:+e5fBW3bpPyo+3uLo513gIUblc03egGjMM0+5GKbzK8=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/snakem982/mihomo v1.0.18-moshen h1:BYFVNxUV5s/R05y0eEnYL4VvLTu4cKome+M/RE81BpY=
github.com/snakem982/mihomo v1.0.18-moshen/go.mod h1:MzLar/Q1J80hTUkuwNH4njg/7I/kjhiDGwqUFCkXUFk=
github.com/snakem982/mihomo v1.0.19-moshen h1:No6B6k+KUFvk27Uh9MlRO1h/3kZG6vEA9gNlEGN6gA8=
github.com/snakem982/mihomo v1.0.19-moshen/go.mod h1:MzLar/Q1J80hTUkuwNH4njg/7I/kjhiDGwqUFCkXUFk=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down

0 comments on commit 3da5e19

Please sign in to comment.