Skip to content

Commit

Permalink
Upgrade Grafana 8.2.3 and backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl committed Nov 4, 2021
1 parent 07d1407 commit b8b9350
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 244 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Use Time-range for XRANGE filtering (#176)
- Disable Command-line interface in the Query Editor (#226)
- Support of ZRANGE command (#182)
- Upgrade Grafana 8.2.3 and backend dependencies

### Bug fixes

Expand Down
32 changes: 20 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,33 @@ go 1.14

require (
bitbucket.org/creachadair/shell v0.0.6
github.com/apache/arrow/go/arrow v0.0.0-20210716215015-17e6f23cf261 // indirect
github.com/fatih/color v1.12.0 // 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/apache/arrow/go/arrow v0.0.0-20211104181228-706a1d1e1879 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/grafana/grafana-plugin-sdk-go v0.114.0
github.com/hashicorp/go-hclog v1.0.0 // indirect
github.com/hashicorp/go-plugin v1.4.3 // indirect
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
github.com/jhump/protoreflect v1.10.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.13.6 // 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-colorable v0.1.11 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mediocregopher/radix/v3 v3.7.0
github.com/mediocregopher/radix/v3 v3.8.0
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/prometheus/common v0.29.0 // indirect
github.com/pierrec/lz4/v4 v4.1.10 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
google.golang.org/genproto v0.0.0-20210716133855-ce7ef5c701ea // indirect
golang.org/x/net v0.0.0-20211104170005-ce137452f963 // indirect
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20211102202547-e9cf271f7f2c // indirect
google.golang.org/grpc v1.42.0 // 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 b8b9350

Please sign in to comment.