Upgrade grafana-plugin-model (#19438)

* use grafana-plugin-model dependency that uses go modules

* use grafana-plugin-model with updated hashicorp/go-plugin

* use grafana-plugin-model with re-compiled protos

* test using protoc-gen-go v1.2.0 tag

* use grafana-plugin-model with re-compiled protos

* chore: fix deprecation warning for lint

* use latest grafana-plugin-model

Fixes #19454
This commit is contained in:
Marcus Efraimsson
2019-09-30 15:16:04 +02:00
committed by GitHub
parent 44de6812be
commit 93919427f8
247 changed files with 52474 additions and 12567 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/make -f
test:
go test -timeout=1s -short ./...
compile:
go build ./...
build: test compile
.PHONY: test compile build
+3
View File
@@ -0,0 +1,3 @@
module github.com/smartystreets/assertions
go 1.12