Files
Andrey Bocharnikov bc49abe0ce fix(cache): extract proxy-common/cache package (#109)
fixes #106
chore: restore auth readme
chore: restore auth readme
2026-02-11 15:57:11 +04:00

34 lines
1.1 KiB
AMPL

module go-proxy-cache
go 1.24.0
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gorilla/mux v1.8.1
github.com/prometheus/client_golang v1.23.2
github.com/stretchr/testify v1.11.1
go.uber.org/mock v0.6.0
go.uber.org/zap v1.27.1
gopkg.in/yaml.v3 v3.0.1
)
replace github.com/status-im/proxy-common => ../proxy-common
require (
github.com/allegro/bigcache/v3 v3.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/status-im/proxy-common v0.0.1
go.uber.org/multierr v1.10.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/sys v0.40.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
)