module github.com/grafana/grafana-plugin-sdk-go go 1.13 require ( github.com/apache/arrow/go/arrow v0.0.0-20190716210558-5f564424c71c github.com/cheekybits/genny v1.0.0 github.com/golang/protobuf v1.3.2 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/hashicorp/go-plugin v1.0.1 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/kr/pretty v0.1.0 // indirect github.com/mattetti/filebuffer v1.0.0 github.com/prometheus/client_golang v1.3.0 github.com/prometheus/common v0.7.0 github.com/stretchr/testify v1.4.0 golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect golang.org/x/text v0.3.2 // indirect google.golang.org/grpc v1.23.1 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.5 // indirect )