Update module paths to Forgejo
All checks were successful
/ check (push) Successful in 4s

This commit is contained in:
Oliver Davies 2025-08-01 09:36:37 +01:00
parent 959f92dea2
commit d98e648dca
5 changed files with 8 additions and 8 deletions

View file

@ -7,8 +7,8 @@ import (
"slices"
"strings"
"git-repo-updater/internal/config"
"git-repo-updater/internal/utils"
"code.oliverdavies.uk/opdavies/git-repo-updater/internal/config"
"code.oliverdavies.uk/opdavies/git-repo-updater/internal/utils"
)
func Update(repositoryPath string) error {