fix: missing fmt import in auth.go and writeFile helper in git.go

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-10 13:18:04 +02:00
parent 2bc544ccae
commit 770bd687be
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import (
"crypto/rand"
"encoding/hex"
"errors"
"fmt"
"sync"
"time"