Skip to content

Commit 37aa101

Browse files
authored
Upgrade Grafana 7.5.7 and backend dependencies (#203)
1 parent 1a900bb commit 37aa101

File tree

4 files changed

+610
-559
lines changed

4 files changed

+610
-559
lines changed

go.mod

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,31 @@ go 1.14
44

55
require (
66
bitbucket.org/creachadair/shell v0.0.6
7-
github.com/apache/arrow/go/arrow v0.0.0-20210417201503-ade457f92228 // indirect
8-
github.com/fatih/color v1.10.0 // indirect
9-
github.com/google/flatbuffers v1.12.0 // indirect
10-
github.com/grafana/grafana-plugin-sdk-go v0.92.0
11-
github.com/hashicorp/go-hclog v0.16.0 // indirect
12-
github.com/hashicorp/go-plugin v1.4.0 // indirect
7+
github.com/apache/arrow/go/arrow v0.0.0-20210530145156-ed7ae4df121c // indirect
8+
github.com/fatih/color v1.12.0 // indirect
9+
github.com/google/flatbuffers v2.0.0+incompatible // indirect
10+
github.com/google/go-cmp v0.5.6 // indirect
11+
github.com/grafana/grafana-plugin-sdk-go v0.103.0
12+
github.com/hashicorp/go-hclog v0.16.1 // indirect
13+
github.com/hashicorp/go-plugin v1.4.1 // indirect
1314
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
1415
github.com/jhump/protoreflect v1.8.2 // indirect
15-
github.com/klauspost/compress v1.12.1 // indirect
16+
github.com/klauspost/compress v1.12.3 // indirect
1617
github.com/kr/text v0.2.0 // indirect
1718
github.com/magefile/mage v1.11.0
18-
github.com/mattn/go-runewidth v0.0.12 // indirect
19+
github.com/mattn/go-isatty v0.0.13 // indirect
20+
github.com/mattn/go-runewidth v0.0.13 // indirect
1921
github.com/mediocregopher/radix/v3 v3.7.0
2022
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2123
github.com/oklog/run v1.1.0 // indirect
22-
github.com/pierrec/lz4/v4 v4.1.6 // indirect
23-
github.com/rivo/uniseg v0.2.0 // indirect
24+
github.com/pierrec/lz4/v4 v4.1.7 // indirect
25+
github.com/prometheus/common v0.25.0 // indirect
2426
github.com/stretchr/objx v0.3.0 // indirect
2527
github.com/stretchr/testify v1.7.0
26-
golang.org/x/net v0.0.0-20210415231046-e915ea6b2b7d // indirect
27-
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
28-
google.golang.org/genproto v0.0.0-20210416161957-9910b6c460de // indirect
29-
google.golang.org/grpc v1.37.0 // indirect
28+
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
29+
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
30+
google.golang.org/genproto v0.0.0-20210524171403-669157292da3 // indirect
31+
google.golang.org/grpc v1.38.0 // indirect
3032
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3133
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3234
)

0 commit comments

Comments
 (0)