From b02115e390bb58dc7eac3b474c83f9e6b4ee2ded Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 28 Oct 2023 10:03:51 +0200 Subject: Fix go module path --- src/gmi/cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gmi/cache.go') diff --git a/src/gmi/cache.go b/src/gmi/cache.go index 0f2e975..5a94aed 100644 --- a/src/gmi/cache.go +++ b/src/gmi/cache.go @@ -7,7 +7,7 @@ import ( "sync" "git.sr.ht/~adnano/go-gemini" - "github.com/mediocregopher/blog.mediocregopher.com/srv/cache" + "code.betamike.com/mediocregopher/mediocre-blog/src/cache" ) type cacheRW struct { -- cgit v1.2.3