Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 417954e

Browse files
Upgrade Grafana 8.2.3 and backend dependencies (#228)
1 parent 07d1407 commit 417954e

File tree

6 files changed

+374
-244
lines changed

6 files changed

+374
-244
lines changed

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Use Time-range for XRANGE filtering (#176)
1919
- Disable Command-line interface in the Query Editor (#226)
2020
- Support of ZRANGE command (#182)
21+
- Upgrade Grafana 8.2.3 and backend dependencies
2122

2223
### Bug fixes
2324

‎go.mod‎

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,33 @@ go 1.14
44

55
require (
66
bitbucket.org/creachadair/shell v0.0.6
7-
github.com/apache/arrow/go/arrow v0.0.0-20210716215015-17e6f23cf261 // indirect
8-
github.com/fatih/color v1.12.0 // indirect
9-
github.com/grafana/grafana-plugin-sdk-go v0.110.0
10-
github.com/hashicorp/go-hclog v0.16.2 // indirect
11-
github.com/hashicorp/go-plugin v1.4.2 // indirect
12-
github.com/hashicorp/yamux v0.0.0-20210707203944-259a57b3608c // indirect
13-
github.com/jhump/protoreflect v1.9.0 // indirect
7+
github.com/apache/arrow/go/arrow v0.0.0-20211104181228-706a1d1e1879 // indirect
8+
github.com/cespare/xxhash/v2 v2.1.2 // indirect
9+
github.com/fatih/color v1.13.0 // indirect
10+
github.com/grafana/grafana-plugin-sdk-go v0.114.0
11+
github.com/hashicorp/go-hclog v1.0.0 // indirect
12+
github.com/hashicorp/go-plugin v1.4.3 // indirect
13+
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
14+
github.com/jhump/protoreflect v1.10.1 // indirect
15+
github.com/json-iterator/go v1.1.12 // indirect
16+
github.com/klauspost/compress v1.13.6 // indirect
1417
github.com/kr/text v0.2.0 // indirect
1518
github.com/magefile/mage v1.11.0
16-
github.com/mattn/go-isatty v0.0.13 // indirect
19+
github.com/mattn/go-colorable v0.1.11 // indirect
1720
github.com/mattn/go-runewidth v0.0.13 // indirect
18-
github.com/mediocregopher/radix/v3 v3.7.0
21+
github.com/mediocregopher/radix/v3 v3.8.0
1922
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2023
github.com/oklog/run v1.1.0 // indirect
21-
github.com/prometheus/common v0.29.0 // indirect
24+
github.com/pierrec/lz4/v4 v4.1.10 // indirect
25+
github.com/prometheus/common v0.32.1 // indirect
26+
github.com/prometheus/procfs v0.7.3 // indirect
2227
github.com/stretchr/objx v0.3.0 // indirect
2328
github.com/stretchr/testify v1.7.0
24-
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
25-
google.golang.org/genproto v0.0.0-20210716133855-ce7ef5c701ea // indirect
29+
golang.org/x/net v0.0.0-20211104170005-ce137452f963 // indirect
30+
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
31+
golang.org/x/text v0.3.7 // indirect
32+
google.golang.org/genproto v0.0.0-20211102202547-e9cf271f7f2c // indirect
33+
google.golang.org/grpc v1.42.0 // indirect
2634
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2735
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2836
)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /