aboutsummaryrefslogtreecommitdiff
path: root/commitquery/commit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commitquery/commit.go')
-rw-r--r--commitquery/commit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitquery/commit.go b/commitquery/commit.go
index 8e60e3fd..dff6a91c 100644
--- a/commitquery/commit.go
+++ b/commitquery/commit.go
@@ -1,7 +1,7 @@
package commitquery
import (
- commitgraphread "codeberg.org/lindenii/furgit/commitgraph/read"
+ commitgraphread "codeberg.org/lindenii/furgit/format/commitgraph/read"
objectid "codeberg.org/lindenii/furgit/object/id"
)