Update Grafana plugins SDK, fixes #1327

This commit is contained in:
Alexander Zobnin
2022-04-29 14:19:53 +03:00
parent bd3e15d558
commit 4b6dad970b
2 changed files with 122 additions and 229 deletions

4
go.mod
View File

@@ -5,11 +5,11 @@ 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.98.1
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-20210525063256-abc453219eb5
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
gotest.tools v2.2.0+incompatible
)