[v3.2] Add grafana dashboard importing API (#11)
* Add API to import grafana templates to kubesphere dashboard * Merge and fix the latest codes from kubesphere #2501 Signed-off-by: zhu733756 <talonzhu@yunify.com>
This commit is contained in:
11
vendor/github.com/grafana-tools/sdk/go.mod
generated
vendored
Normal file
11
vendor/github.com/grafana-tools/sdk/go.mod
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
module github.com/grafana-tools/sdk
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/chromedp/cdproto v0.0.0-20210122124816-7a656c010d57
|
||||
github.com/chromedp/chromedp v0.6.5
|
||||
github.com/gosimple/slug v1.1.1
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user