caching the Zabbix API Queries (#807)

This commit is contained in:
vignesh-reddy
2019-10-04 11:24:56 -05:00
committed by Alexander Zobnin
parent 6e80b49120
commit e8c5c0c3b9
4 changed files with 88 additions and 40 deletions

1
go.mod
View File

@@ -9,5 +9,6 @@ require (
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-plugin v1.0.1
github.com/kr/pretty v0.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
)