module github.com/grafana/grafana-plugin-model go 1.12 require ( github.com/golang/protobuf v1.2.0 github.com/hashicorp/go-plugin v1.0.1 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect github.com/stretchr/testify v1.4.0 // indirect golang.org/x/net v0.0.0-20180826012351-8a410e7b638d golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect google.golang.org/grpc v1.14.0 )