UPDATE: go 1.26.1, new lib
Some checks failed
Build and Release / release (push) Failing after 36s

This commit is contained in:
2026-04-05 12:23:32 +07:00
parent 4b1270e767
commit 50d489dabe
5 changed files with 26 additions and 42 deletions

12
go.mod
View File

@@ -1,16 +1,16 @@
module firefly-go-proxy
go 1.25.5
go 1.26.1
require (
github.com/elazarl/goproxy v1.7.2
github.com/rs/zerolog v1.34.0
golang.org/x/sys v0.39.0
github.com/elazarl/goproxy v1.8.3
github.com/rs/zerolog v1.35.0
golang.org/x/sys v0.42.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.35.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/text v0.35.0 // indirect
)