mirror of https://github.com/grafana/grafana.git
fix: assign dependency owner
This commit is contained in:
parent
455651f422
commit
5af369166d
2
go.mod
2
go.mod
|
@ -396,7 +396,7 @@ require (
|
|||
github.com/invopop/jsonschema v0.13.0 // indirect
|
||||
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||||
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
||||
github.com/jackc/pgx/v5 v5.7.2
|
||||
github.com/jackc/pgx/v5 v5.7.2 // @grafana/grafana-search-and-storage
|
||||
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
||||
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
||||
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
||||
|
|
Loading…
Reference in New Issue