aboutsummaryrefslogtreecommitdiff
path: root/receivepack/options.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:31:16 +0000
committerGravatar Runxi Yu2026-03-25 14:31:16 +0000
commit48ff647cf4a8bb8f23fcd6b8616f56a8ef72b980 (patch)
treeae199c38042adaa544d5f7d31351661d5831381e /receivepack/options.go
parent*: objectstore -> object/store (diff)
signatureNo signature
*: refstore -> ref/store
Diffstat (limited to 'receivepack/options.go')
-rw-r--r--receivepack/options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/receivepack/options.go b/receivepack/options.go
index 8e7ac747..0d01043a 100644
--- a/receivepack/options.go
+++ b/receivepack/options.go
@@ -5,7 +5,7 @@ import (
objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/object/store"
- "codeberg.org/lindenii/furgit/refstore"
+ "codeberg.org/lindenii/furgit/ref/store"
)
// Options configures one receive-pack invocation.