Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Dec 23, 2023
1 parent b4bbaea commit 206e562
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Utils Changelog
# Changelog

## v0.0.10

Expand Down
4 changes: 1 addition & 3 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Utils Maintainers

## Maintainers
# Maintainers

| Maintainer | GitHub ID | Affiliation |
| --------------- | --------- | ----------- |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# utils
# go-utils
4 changes: 2 additions & 2 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Utils Support
# Support

Thanks for trying out utils! We're setting up a Slack channel, but please raise a GitHub issue in the meantime if you've got any questions.
Thanks for trying out go-utils! We're setting up a Slack channel, but please raise a GitHub issue in the meantime if you've got any questions.
2 changes: 1 addition & 1 deletion azuredevops/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

egit "github.com/frontierdigital/utils/git/external_git"
egit "github.com/gofrontier-com/go-utils/git/external_git"
"github.com/microsoft/azure-devops-go-api/azuredevops/git"
"golang.org/x/exp/slices"
)
Expand Down
2 changes: 1 addition & 1 deletion git/external_git/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package external_git
import (
"fmt"

exec "github.com/frontierdigital/utils/exec"
exec "github.com/gofrontier-com/go-utils/exec"
)

// Exec executes git commands in the context of the repository
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/frontierdigital/utils
module github.com/gofrontier-com/go-utils

go 1.20

Expand Down

0 comments on commit 206e562

Please sign in to comment.