mirror of https://github.com/dnomd343/XProxy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
427 B
19 lines
427 B
module XProxy
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/andybalholm/brotli v1.0.5
|
|
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
|
|
github.com/klauspost/compress v1.16.7
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
go.uber.org/zap v1.25.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
)
|
|
|