From 1cb364a5b77c526aafb14af40efa9546341a3a17 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 23 Oct 2023 11:54:46 -0700 Subject: [PATCH] github.com/reiver/go-strfs -> sourcecode.social/reiver/go-strfs --- t_htmlfile.go | 2 +- t_textfile.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t_htmlfile.go b/t_htmlfile.go index aaf72fe..942baeb 100644 --- a/t_htmlfile.go +++ b/t_htmlfile.go @@ -1,7 +1,7 @@ package arbitrary import ( - "github.com/reiver/go-strfs" + "sourcecode.social/reiver/go-strfs" "io/fs" "time" diff --git a/t_textfile.go b/t_textfile.go index 67639c6..b767447 100644 --- a/t_textfile.go +++ b/t_textfile.go @@ -1,7 +1,7 @@ package arbitrary import ( - "github.com/reiver/go-strfs" + "sourcecode.social/reiver/go-strfs" "io/fs" "time"