diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-10-20 21:28:06 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-10-20 21:28:06 +0200 |
commit | 5591df04795ec1af7fbd5eae8f5994e15e5f4b57 (patch) | |
tree | c05cfc037e66ef77765747b9eb695d5bda1fa2c9 /skate/cmd/skate-cdx-lookup | |
parent | 2530b8123b34d33cca87ea2e8526adf88b9648cf (diff) | |
download | refcat-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-cdx-lookup')
-rw-r--r-- | skate/cmd/skate-cdx-lookup/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/cmd/skate-cdx-lookup/main.go b/skate/cmd/skate-cdx-lookup/main.go index 1bfbdb8..828e73e 100644 --- a/skate/cmd/skate-cdx-lookup/main.go +++ b/skate/cmd/skate-cdx-lookup/main.go @@ -13,8 +13,8 @@ import ( "strings" "time" - "git.archive.org/martin/cgraph/skate" "github.com/adrg/xdg" + "gitlab.com/internetarchive/refcat/skate" ) var ( |