From 26e869f09a94153d8e1c323373180b55e06698cb Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 8 Oct 2019 16:15:08 +0100 Subject: Update paths of other rescribe imports --- cmd/confgraph/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/confgraph') diff --git a/cmd/confgraph/main.go b/cmd/confgraph/main.go index 474c0a2..9b158f3 100644 --- a/cmd/confgraph/main.go +++ b/cmd/confgraph/main.go @@ -9,7 +9,7 @@ import ( "strings" "rescribe.xyz/bookpipeline" - "rescribe.xyz/go.git/lib/hocr" + "rescribe.xyz/utils/pkg/hocr" ) func walker(confs *[]*bookpipeline.Conf) filepath.WalkFunc { -- cgit v1.2.1-24-ge1ad