mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* 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
11 lines
238 B
Modula-2
11 lines
238 B
Modula-2
module github.com/grafana/grafana/pkg/build/wire
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/google/subcommands v1.2.0
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
|
golang.org/x/tools v0.17.0
|
|
)
|