Update Grafana plugins SDK, fixes #1327
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user