mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
BackendPlugin: Change QueryData response format (#23234)
* BackendPlugin: (wip) change response format goes with https://github.com/grafana/grafana-plugin-sdk-go/pull/109 * fix error mapping in wrapper * latest of my sdk branch * latest of my sdk branch * TransformWrapper fixes * latest of sdk branch (removes extra meta) * add metadata in wrappers * also set error string * sdk: v0.35.0
This commit is contained in:
2
go.mod
2
go.mod
@@ -30,7 +30,7 @@ require (
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/gosimple/slug v1.4.2
|
||||
github.com/grafana/grafana-plugin-model v0.0.0-20190930120109-1fc953a61fb4
|
||||
github.com/grafana/grafana-plugin-sdk-go v0.33.0
|
||||
github.com/grafana/grafana-plugin-sdk-go v0.35.0
|
||||
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
|
||||
github.com/hashicorp/go-plugin v1.0.1
|
||||
github.com/hashicorp/go-version v1.1.0
|
||||
|
||||
Reference in New Issue
Block a user