backend: proxy Zabbix API requests WIP

This commit is contained in:
Alexander Zobnin
2019-09-26 09:32:22 +03:00
parent 6b8c11f4f4
commit bfca76650d
3 changed files with 110 additions and 0 deletions

2
go.mod
View File

@@ -4,8 +4,10 @@ go 1.12
require (
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/grafana/grafana_plugin_model v0.0.0-20180518082423-84176c64269d
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-plugin v1.0.1
github.com/kr/pretty v0.1.0 // indirect
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
)