Skip to content

Commit f2663c4

Browse files
authored
Update grafana-tools/sdk to latest version (#192)
* Update grafana-tools/sdk lib to latest version * Update grafana-tools/sdk
1 parent d7410e6 commit f2663c4

File tree

10 files changed

+100
-36
lines changed

10 files changed

+100
-36
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b
2424
github.com/google/go-github/v32 v32.1.0
2525
github.com/gorilla/mux v1.7.3
26-
github.com/grafana-tools/sdk v0.0.0-20210310213032-c3f3511b3e9b
26+
github.com/grafana-tools/sdk v0.0.0-20210621184808-90d328319afc
2727
github.com/grafana/loki v1.6.2-0.20210604065612-c3af249fe0f7
2828
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
2929
github.com/oklog/ulid v1.3.1

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,10 @@ github.com/gosimple/slug v1.1.1 h1:fRu/digW+NMwBIP+RmviTK97Ho/bEj/C9swrCspN3D4=
886886
github.com/gosimple/slug v1.1.1/go.mod h1:ER78kgg1Mv0NQGlXiDe57DpCyfbNywXXZ9mIorhxAf0=
887887
github.com/grafana-tools/sdk v0.0.0-20210310213032-c3f3511b3e9b h1:Vy3JtO3P5dKIV6gkTyyM0HrpviFmxeFJLwF6ZJMPRLY=
888888
github.com/grafana-tools/sdk v0.0.0-20210310213032-c3f3511b3e9b/go.mod h1:uby+6hPUCRVNG/iAZKCOlaq5YhyK0oKMRke+FDesZdw=
889+
github.com/grafana-tools/sdk v0.0.0-20210521150820-354cd37a4b4e h1:3n1ojjY5ZqGa2+8rbrvGjszLLFnbPt1YkLZ9dX+L74k=
890+
github.com/grafana-tools/sdk v0.0.0-20210521150820-354cd37a4b4e/go.mod h1:uby+6hPUCRVNG/iAZKCOlaq5YhyK0oKMRke+FDesZdw=
891+
github.com/grafana-tools/sdk v0.0.0-20210621184808-90d328319afc h1:ifTs3kR5iEiTtDfT3NwVWxz1jaQEDcROALdrS95egSg=
892+
github.com/grafana-tools/sdk v0.0.0-20210621184808-90d328319afc/go.mod h1:uby+6hPUCRVNG/iAZKCOlaq5YhyK0oKMRke+FDesZdw=
889893
github.com/grafana/gocql v0.0.0-20200605141915-ba5dc39ece85 h1:xLuzPoOzdfNb/RF/IENCw+oLVdZB4G21VPhkHBgwSHY=
890894
github.com/grafana/gocql v0.0.0-20200605141915-ba5dc39ece85/go.mod h1:crI9WX6p0IhrqB+DqIUHulRW853PaNFf7o4UprV//3I=
891895
github.com/grafana/loki v1.6.2-0.20210604065612-c3af249fe0f7 h1:16LlsuzNYj/9MligC1xm9y+APHvjW+2438JWJFw/1eA=

vendor/github.com/grafana-tools/sdk/README.md

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana-tools/sdk/board.go

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana-tools/sdk/org.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana-tools/sdk/panel.go

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana-tools/sdk/rest-dashboard.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana-tools/sdk/rest-snapshot.go

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana-tools/sdk/snapshot.go

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ github.com/gorilla/mux
438438
github.com/gorilla/websocket
439439
# github.com/gosimple/slug v1.1.1
440440
github.com/gosimple/slug
441-
# github.com/grafana-tools/sdk v0.0.0-20210310213032-c3f3511b3e9b
441+
# github.com/grafana-tools/sdk v0.0.0-20210621184808-90d328319afc
442442
## explicit
443443
github.com/grafana-tools/sdk
444444
# github.com/grafana/loki v1.6.2-0.20210604065612-c3af249fe0f7

0 commit comments

Comments
 (0)