diff options
Diffstat (limited to 'ref/store/files/update_validate.go')
| -rw-r--r-- | ref/store/files/update_validate.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ref/store/files/update_validate.go b/ref/store/files/update_validate.go index ac3429aa..53758e19 100644 --- a/ref/store/files/update_validate.go +++ b/ref/store/files/update_validate.go @@ -4,9 +4,9 @@ import ( "fmt" "strings" - objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/ref/name" - refstore "codeberg.org/lindenii/furgit/ref/store" + objectid "lindenii.org/go/furgit/object/id" + "lindenii.org/go/furgit/ref/name" + refstore "lindenii.org/go/furgit/ref/store" ) func (executor *refUpdateExecutor) validateQueuedUpdate(op queuedUpdate) error { |
