update to 0.236.0

This commit is contained in:
Will Browne
2024-06-18 08:54:54 +01:00
parent 86bbf32424
commit d588d7b79f
2 changed files with 12 additions and 12 deletions

8
go.mod
View File

@@ -7,9 +7,9 @@ toolchain go1.22.1
require (
github.com/bitly/go-simplejson v0.5.1
github.com/dlclark/regexp2 v1.10.0
github.com/grafana/grafana-plugin-sdk-go v0.235.0
github.com/grafana/grafana-plugin-sdk-go v0.236.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/client_golang v1.19.1
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.25.0
gotest.tools v2.2.0+incompatible
@@ -69,7 +69,7 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/common v0.54.0 // indirect
github.com/prometheus/procfs v0.14.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -98,7 +98,7 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.0 // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)