Skip to content

Commit

Permalink
Update Grafana SDK 0.110 (#214)
Browse files Browse the repository at this point in the history
* Update Grafana SDK 0.110

* Update CHANGELOG.md
  • Loading branch information
mikhail-vl authored Jul 17, 2021
1 parent dcd55e5 commit 4a7ddf2
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 50 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
### Features / Enhancements

- Upgrade to Grafana 8.0.6 (#212)
- Allow multiple Streaming queries per panel (#213)
- Update Grafana SDK 0.110 (#214)

## 1.5.0 (2021-07-06)

Expand Down
24 changes: 9 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,25 @@ go 1.14

require (
bitbucket.org/creachadair/shell v0.0.6
github.com/apache/arrow/go/arrow v0.0.0-20210530145156-ed7ae4df121c // indirect
github.com/apache/arrow/go/arrow v0.0.0-20210716215015-17e6f23cf261 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/google/flatbuffers v2.0.0+incompatible // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/grafana/grafana-plugin-sdk-go v0.103.0
github.com/hashicorp/go-hclog v0.16.1 // indirect
github.com/hashicorp/go-plugin v1.4.1 // indirect
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
github.com/jhump/protoreflect v1.8.2 // indirect
github.com/klauspost/compress v1.12.3 // indirect
github.com/grafana/grafana-plugin-sdk-go v0.110.0
github.com/hashicorp/go-hclog v0.16.2 // indirect
github.com/hashicorp/go-plugin v1.4.2 // indirect
github.com/hashicorp/yamux v0.0.0-20210707203944-259a57b3608c // indirect
github.com/jhump/protoreflect v1.9.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/magefile/mage v1.11.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mediocregopher/radix/v3 v3.7.0
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.7 // indirect
github.com/prometheus/common v0.25.0 // indirect
github.com/prometheus/common v0.29.0 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
google.golang.org/genproto v0.0.0-20210524171403-669157292da3 // indirect
google.golang.org/grpc v1.38.0 // indirect
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
google.golang.org/genproto v0.0.0-20210716133855-ce7ef5c701ea // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading

0 comments on commit 4a7ddf2

Please sign in to comment.