@@ -4,33 +4,10 @@ go 1.14
44
55require (
66bitbucket.org/creachadair/shell v0.0.6
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
7+ github.com/grafana/grafana-plugin-sdk-go v0.164.0
148github.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
17- github.com/kr/text v0.2.0 // indirect
18- github.com/magefile/mage v1.11.0
19- github.com/mattn/go-colorable v0.1.11 // indirect
9+ github.com/magefile/mage v1.14.0
2010github.com/mattn/go-runewidth v0.0.13 // indirect
2111github.com/mediocregopher/radix/v3 v3.8.1
22- github.com/mitchellh/go-testing-interface v1.14.1 // indirect
23- github.com/oklog/run v1.1.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
27- github.com/stretchr/objx v0.3.0 // indirect
28- github.com/stretchr/testify v1.7.0
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
34- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
35- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
12+ github.com/stretchr/testify v1.8.2
3613)
0 commit comments