* Prometheus: Update dependency to v0.52.0 * go work sync * fix panics in tests * go work sync * prometheus v0.52.0 * handle errors * Update pkg/services/ngalert/sender/sender_test.go Co-authored-by: Santiago <santiagohernandez.1997@gmail.com> * Update pkg/services/ngalert/sender/sender_test.go Co-authored-by: Santiago <santiagohernandez.1997@gmail.com> --------- Co-authored-by: Santiago <santiagohernandez.1997@gmail.com> Co-authored-by: ismail simsek <ismailsimsek09@gmail.com>
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.20.0
|
|
)
|