fixup deps
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
parent
66cdcf2179
commit
083517ace3
@ -249,7 +249,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, mods map[string]modules.
|
|||||||
}
|
}
|
||||||
|
|
||||||
if err = json.Unmarshal(buf, &pulls); err != nil {
|
if err = json.Unmarshal(buf, &pulls); err != nil {
|
||||||
logger.Fatalf(ctx, "failed to decode response: %v", err)
|
logger.Fatalf(ctx, "failed to decode response %s err: %v", buf, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
for path := range mods {
|
for path := range mods {
|
||||||
|
Loading…
Reference in New Issue
Block a user