init
Some checks failed
Build and Release / release (push) Failing after 26s

This commit is contained in:
2025-12-12 17:37:34 +07:00
commit 9d769ed08c
32 changed files with 895 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module firefly-go-proxy
go 1.25.4
require (
github.com/elazarl/goproxy v1.7.2
github.com/rs/zerolog v1.34.0
golang.org/x/sys v0.39.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
)