perf: Optimize proxy settings

This commit is contained in:
putyy
2025-05-19 18:03:35 +08:00
parent dc261bb6ce
commit a853f1d991
4 changed files with 12 additions and 12 deletions

2
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/rs/zerolog v1.33.0
github.com/vrischmann/userdir v0.0.0-20151206171402-20f291cebd68
github.com/wailsapp/wails/v2 v2.10.1
golang.org/x/net v0.35.0
golang.org/x/sys v0.30.0
)
@@ -37,6 +38,5 @@ require (
github.com/wailsapp/go-webview2 v1.0.19 // indirect
github.com/wailsapp/mimetype v1.4.1 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/text v0.22.0 // indirect
)