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/testutil/extra.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate/testutil') diff --git a/skate/testutil/extra.go b/skate/testutil/extra.go index 7537f75..e638890 100644 --- a/skate/testutil/extra.go +++ b/skate/testutil/extra.go @@ -5,7 +5,7 @@ import ( "io/ioutil" "reflect" - "git.archive.org/martin/cgraph/skate/atomic" + "gitlab.com/internetarchive/refcat/skate/atomic" ) // BufferFileEquals returns true, if the contents of a given buffer matches the -- cgit v1.2.3