Loading
grafana: 9.3.6 -> 9.4.2
ChangeLog: https://github.com/grafana/grafana/blob/ae90f73b78e2583551402ea0a644b0b21e66d87d/CHANGELOG.md#942-2023-03-02 Also synced up the `go generate` calls from upstream's Makefile with our buildscript. Finally, I removed the `go.{mod,sum}` files from the vendored `xorm` in `pkg/util`. This was to work around the following build error: main module (github.com/grafana/grafana) does not contain package github.com/grafana/grafana/pkg/util/xorm Not entirely sure why, but I guess that the presence of these files confused our build-script and it wrongly assumed that github.com/grafana/.../xorm didn't exist (while a different xorm according to the values in `go.mod` existed).