aboutsummaryrefslogtreecommitdiffstats
path: root/skate/cmd/skate-from-unstructured/main.go
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-10-20 21:28:06 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-10-20 21:28:06 +0200
commit5591df04795ec1af7fbd5eae8f5994e15e5f4b57 (patch)
treec05cfc037e66ef77765747b9eb695d5bda1fa2c9 /skate/cmd/skate-from-unstructured/main.go
parent2530b8123b34d33cca87ea2e8526adf88b9648cf (diff)
downloadrefcat-5591df04795ec1af7fbd5eae8f5994e15e5f4b57.tar.gz
refcat-5591df04795ec1af7fbd5eae8f5994e15e5f4b57.zip
rename module to gitlab.com/internetarchive/refcat
This changes all the import paths to the current canonical location on http://gitlab.com/internetarchive/refcat.
Diffstat (limited to 'skate/cmd/skate-from-unstructured/main.go')
-rw-r--r--skate/cmd/skate-from-unstructured/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/skate/cmd/skate-from-unstructured/main.go b/skate/cmd/skate-from-unstructured/main.go
index 2df22af..d3e64d6 100644
--- a/skate/cmd/skate-from-unstructured/main.go
+++ b/skate/cmd/skate-from-unstructured/main.go
@@ -8,9 +8,9 @@ import (
"os"
"runtime"
- "git.archive.org/martin/cgraph/skate"
- "git.archive.org/martin/cgraph/skate/parallel"
"github.com/segmentio/encoding/json"
+ "gitlab.com/internetarchive/refcat/skate"
+ "gitlab.com/internetarchive/refcat/skate/parallel"
)
var (