module github.com/grafana/grafana-plugin-sdk-go go 1.14 require ( github.com/apache/arrow/go/arrow v0.0.0-20200629181129-68b1273cbbf7 github.com/cheekybits/genny v1.0.0 github.com/golang/protobuf v1.3.4 github.com/google/go-cmp v0.3.1 github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd github.com/hashicorp/go-plugin v1.2.2 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/kr/pretty v0.1.0 // indirect github.com/magefile/mage v1.9.0 github.com/mattetti/filebuffer v1.0.0 github.com/mitchellh/reflectwalk v1.0.1 github.com/olekukonko/tablewriter v0.0.4 github.com/prometheus/client_golang v1.3.0 github.com/prometheus/common v0.7.0 github.com/stretchr/testify v1.5.1 golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect golang.org/x/sys v0.0.0-20191220142924-d4481acd189f golang.org/x/text v0.3.2 // indirect google.golang.org/grpc v1.27.1 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.5 // indirect )