File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/dgraph-io/ristretto v0.1.1
77 github.com/google/flatbuffers v22.9.29+incompatible // indirect
8- github.com/grafana/grafana-plugin-sdk-go v0.150 .0
8+ github.com/grafana/grafana-plugin-sdk-go v0.155 .0
99 github.com/hashicorp/go-hclog v1.3.1 // indirect
1010 github.com/hashicorp/go-plugin v1.4.5 // indirect
1111 github.com/hashicorp/yamux v0.1.1 // indirect
Original file line number Diff line number Diff line change @@ -838,8 +838,8 @@ github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e h1:JKmoR8x90Iww1
838838github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e /go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY =
839839github.com/gorilla/mux v1.8.0 h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI =
840840github.com/gorilla/mux v1.8.0 /go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So =
841- github.com/grafana/grafana-plugin-sdk-go v0.150 .0 h1:OvZY8sQnisqHCRNJxYnyptcXc7EskJfeogJmapmurdo =
842- github.com/grafana/grafana-plugin-sdk-go v0.150 .0 /go.mod h1:4f/8Gf6xMwqXhOmS5U2RPmKQ2UgyA0bVteM/gxGFaCI =
841+ github.com/grafana/grafana-plugin-sdk-go v0.155 .0 h1:i6yQu3RegxxFph2poE2+DOG8EHT1R9LS5WDbTglIhSQ =
842+ github.com/grafana/grafana-plugin-sdk-go v0.155 .0 /go.mod h1:Wj4WD+sfoUB/q5UG016IvUQBM7HBJaNEAc88b++4szs =
843843github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw =
844844github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 /go.mod h1:z0ButlSOZa5vEBq9m2m2hlwIgKw+rp3sdCBRoJY+30Y =
845845github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho =
Original file line number Diff line number Diff line change 11{
22 "name" : " oci-metrics-datasource" ,
33 "private" : true ,
4- "version" : " 5.2.0 " ,
4+ "version" : " 5.2.1 " ,
55 "description" : " Oracle Cloud Infrastructure Metrics Data Source for Grafana" ,
66 "scripts" : {
77 "build" : " webpack -c ./.config/webpack/webpack.config.ts --env production" ,
Original file line number Diff line number Diff line change 2323 },
2424 { "name" : " UPL" , "url" : " https://oss.oracle.com/licenses/upl" }
2525 ],
26- "version" : " 5.2.0 " ,
27- "updated" : " 2024-04-11 " ,
26+ "version" : " 5.2.1 " ,
27+ "updated" : " 2024-04-25 " ,
2828 "screenshots" :[
2929 {
3030 "name" :" OCI Metrics Dashboard" ,
You can’t perform that action at this time.
0 commit comments