This commit is contained in:
parent
959f92dea2
commit
d98e648dca
5 changed files with 8 additions and 8 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git-repo-updater
|
||||
module code.oliverdavies.uk/opdavies/git-repo-updater
|
||||
|
||||
go 1.24.5
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ import (
|
|||
"os/exec"
|
||||
"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 FindInDirectory(dir string) (string, error) {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"git-repo-updater/internal/utils"
|
||||
"code.oliverdavies.uk/opdavies/git-repo-updater/internal/utils"
|
||||
)
|
||||
|
||||
func TestExpandPath(t *testing.T) {
|
||||
|
|
4
main.go
4
main.go
|
@ -4,8 +4,8 @@ import (
|
|||
"log"
|
||||
"strings"
|
||||
|
||||
"git-repo-updater/internal/config"
|
||||
"git-repo-updater/internal/repositories"
|
||||
"code.oliverdavies.uk/opdavies/git-repo-updater/internal/config"
|
||||
"code.oliverdavies.uk/opdavies/git-repo-updater/internal/repositories"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue