[v11.0.x] Chore: Vendor wire into pkg/build (#86110)

Chore: Vendor wire into pkg/build (#84637)

* vendor latest wire into pkg/build

* use vendored wire in builds

* fix wire import path

* remove wire from bingo

* also support google/wire import

* make prettier happy

* change package in tess

* add debug walk for drone

* add wire_gen in tests

* remove debug walk

* restore imports

(cherry picked from commit 4d4c06b480)

Co-authored-by: Serge Zaitsev <serge.zaitsev@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-15 13:56:44 +01:00
committed by GitHub
co-authored by Serge Zaitsev
parent 6d0e1bee70
commit 6a14aeae60
371 changed files with 12711 additions and 29 deletions
@@ -2,6 +2,7 @@ package pluginsintegration
import (
"github.com/google/wire"
"github.com/prometheus/client_golang/prometheus"
"github.com/grafana/grafana/pkg/infra/tracing"