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/reduce.go | |
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/reduce.go')
-rw-r--r-- | skate/reduce.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skate/reduce.go b/skate/reduce.go index c68b2dd..031e9bc 100644 --- a/skate/reduce.go +++ b/skate/reduce.go @@ -44,10 +44,10 @@ import ( "strings" "time" - "git.archive.org/martin/cgraph/skate/set" - "git.archive.org/martin/cgraph/skate/xio" - "git.archive.org/martin/cgraph/skate/zipkey" "github.com/segmentio/encoding/json" + "gitlab.com/internetarchive/refcat/skate/set" + "gitlab.com/internetarchive/refcat/skate/xio" + "gitlab.com/internetarchive/refcat/skate/zipkey" ) var ( |