diff options
Diffstat (limited to 'network/receivepack/options.go')
| -rw-r--r-- | network/receivepack/options.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/receivepack/options.go b/network/receivepack/options.go index 30792765..41489249 100644 --- a/network/receivepack/options.go +++ b/network/receivepack/options.go @@ -1,10 +1,10 @@ package receivepack import ( - commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read" - objectid "codeberg.org/lindenii/furgit/object/id" - objectstore "codeberg.org/lindenii/furgit/object/store" - refstore "codeberg.org/lindenii/furgit/ref/store" + commitgraphread "lindenii.org/go/furgit/format/commitgraph/read" + objectid "lindenii.org/go/furgit/object/id" + objectstore "lindenii.org/go/furgit/object/store" + refstore "lindenii.org/go/furgit/ref/store" ) // Options configures one receive-pack invocation. |
