3dc0476040
- Update to version 7.5.4: - Update to version 7.5.3: - Update to version 7.4.5 * Security: Fix API permissions issues related to team-sync CVE-2021-28146, CVE-2021-28147. (Enterprise) * Security: Usage insights requires signed in users CVE-2021-28148. (Enterprise) * Security: Do not allow editors to incorrectly bypass permissions on the default data source. CVE-2021-27962. (Enterprise) - Drop patch add-gotest-module.patch - Add patch drop-grafana-aws-sdk-0.3.0-module.patch OBS-URL: https://build.opensuse.org/request/show/885774 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=54
12 lines
530 B
Diff
12 lines
530 B
Diff
diff -Pdpru grafana-7.5.3.orig/go.mod grafana-7.5.3/go.mod
|
|
--- grafana-7.5.3.orig/go.mod 2021-04-07 12:36:01.000000000 +0200
|
|
+++ grafana-7.5.3/go.mod 2021-04-12 16:21:12.616379578 +0200
|
|
@@ -43,7 +43,6 @@ require (
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gosimple/slug v1.9.0
|
|
- github.com/grafana/grafana-aws-sdk v0.3.0
|
|
github.com/grafana/grafana-aws-sdk v0.4.0
|
|
github.com/grafana/grafana-plugin-model v0.0.0-20190930120109-1fc953a61fb4
|
|
github.com/grafana/grafana-plugin-sdk-go v0.88.0
|