Update plugin SDK to v0.219.0 (#85438)

This commit is contained in:
Andres Martinez Gotor
2024-04-02 10:22:24 +02:00
committed by GitHub
parent 81fd8f4126
commit d2ca95d304
9 changed files with 29 additions and 27 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ module github.com/grafana/grafana/pkg/promlib
go 1.21.0
require (
github.com/grafana/grafana-plugin-sdk-go v0.218.0
github.com/grafana/grafana-plugin-sdk-go v0.219.0
github.com/json-iterator/go v1.1.12
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.18.0
@@ -18,7 +18,7 @@ require (
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect
github.com/apache/arrow/go/v15 v15.0.0 // indirect
github.com/apache/arrow/go/v15 v15.0.2 // indirect
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/aws/aws-sdk-go v1.50.8 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect