aboutsummaryrefslogtreecommitdiff
path: root/cmd/show-object/print.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/show-object/print.go')
-rw-r--r--cmd/show-object/print.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/cmd/show-object/print.go b/cmd/show-object/print.go
index fcd6494f..315527b1 100644
--- a/cmd/show-object/print.go
+++ b/cmd/show-object/print.go
@@ -5,12 +5,12 @@ import (
"os"
"strings"
- "codeberg.org/lindenii/furgit/object"
- "codeberg.org/lindenii/furgit/object/blob"
- "codeberg.org/lindenii/furgit/object/commit"
- "codeberg.org/lindenii/furgit/object/stored"
- "codeberg.org/lindenii/furgit/object/tag"
- "codeberg.org/lindenii/furgit/object/tree"
+ "lindenii.org/go/furgit/object"
+ "lindenii.org/go/furgit/object/blob"
+ "lindenii.org/go/furgit/object/commit"
+ "lindenii.org/go/furgit/object/stored"
+ "lindenii.org/go/furgit/object/tag"
+ "lindenii.org/go/furgit/object/tree"
)
func printStored(s *stored.Stored[object.Object]) {