From 5591df04795ec1af7fbd5eae8f5994e15e5f4b57 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 20 Oct 2021 21:28:06 +0200 Subject: rename module to gitlab.com/internetarchive/refcat This changes all the import paths to the current canonical location on http://gitlab.com/internetarchive/refcat. --- skate/cmd/skate-resolve-journal-name/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'skate/cmd/skate-resolve-journal-name/main.go') diff --git a/skate/cmd/skate-resolve-journal-name/main.go b/skate/cmd/skate-resolve-journal-name/main.go index 79923a0..75ce1c7 100644 --- a/skate/cmd/skate-resolve-journal-name/main.go +++ b/skate/cmd/skate-resolve-journal-name/main.go @@ -20,10 +20,10 @@ import ( "runtime" "strings" - "git.archive.org/martin/cgraph/skate" - "git.archive.org/martin/cgraph/skate/parallel" - "git.archive.org/martin/cgraph/skate/set" "github.com/segmentio/encoding/json" + "gitlab.com/internetarchive/refcat/skate" + "gitlab.com/internetarchive/refcat/skate/parallel" + "gitlab.com/internetarchive/refcat/skate/set" ) var ( -- cgit v1.2.3