chore: bump dependencies and add release configuration for version 1.4-02
Build and Release / release (push) Successful in 1m29s

This commit is contained in:
2026-07-29 00:25:11 +07:00
parent 8264f356a7
commit 35a3b403ec
3 changed files with 23 additions and 24 deletions
+7 -7
View File
@@ -3,14 +3,14 @@ module firefly-go-proxy
go 1.26.1
require (
github.com/elazarl/goproxy v1.8.3
github.com/rs/zerolog v1.35.0
golang.org/x/sys v0.42.0
github.com/elazarl/goproxy v1.8.5
github.com/rs/zerolog v1.35.1
golang.org/x/sys v0.47.0
)
require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/text v0.35.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/text v0.40.0 // indirect
)