支持缓存策略全局的缓存条件/X-Cache中加入更多信息

This commit is contained in:
GoEdgeLab
2021-05-24 09:23:51 +08:00
parent 342568d71f
commit 46ecb8e47d
6 changed files with 45 additions and 24 deletions

1
go.mod
View File

@@ -20,6 +20,7 @@ require (
github.com/shirou/gopsutil v2.20.9+incompatible
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
golang.org/x/text v0.3.2
google.golang.org/grpc v1.32.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
)