diff options
Diffstat (limited to 'ref/store/memory/batch.go')
| -rw-r--r-- | ref/store/memory/batch.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ref/store/memory/batch.go b/ref/store/memory/batch.go index df3d554d..5e742fea 100644 --- a/ref/store/memory/batch.go +++ b/ref/store/memory/batch.go @@ -1,8 +1,8 @@ package memory import ( - objectid "codeberg.org/lindenii/furgit/object/id" - refstore "codeberg.org/lindenii/furgit/ref/store" + objectid "lindenii.org/go/furgit/object/id" + refstore "lindenii.org/go/furgit/ref/store" ) // Batch stages in-memory updates for one subset commit. |
