fixup deps

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-10-02 19:49:18 +03:00
parent 66cdcf2179
commit 083517ace3
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ func giteaPullRequest(ctx context.Context, cfg *Config, mods map[string]modules.
}
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 {