16 lines
507 B
Modula-2
16 lines
507 B
Modula-2
module github.com/alexanderzobnin/grafana-zabbix
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/grafana/grafana-plugin-sdk-go v0.133.0
|
|
github.com/hashicorp/go-hclog v0.16.1 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
|
|
gotest.tools v2.2.0+incompatible
|
|
)
|