21 lines
729 B
Modula-2
21 lines
729 B
Modula-2
module github.com/alexanderzobnin/grafana-zabbix
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/grafana/grafana-plugin-sdk-go v0.65.0
|
|
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.2.2
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gotest.tools v2.2.0+incompatible
|
|
)
|