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/http/posts.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/http/posts.go') diff --git a/src/http/posts.go b/src/http/posts.go index b1dbc35..4c1da56 100644 --- a/src/http/posts.go +++ b/src/http/posts.go @@ -15,10 +15,10 @@ import ( "github.com/gomarkdown/markdown" "github.com/gomarkdown/markdown/html" "github.com/gomarkdown/markdown/parser" - "github.com/mediocregopher/blog.mediocregopher.com/srv/gmi" - "github.com/mediocregopher/blog.mediocregopher.com/srv/http/apiutil" - "github.com/mediocregopher/blog.mediocregopher.com/srv/post" - "github.com/mediocregopher/blog.mediocregopher.com/srv/post/asset" + "code.betamike.com/mediocregopher/mediocre-blog/src/gmi" + "code.betamike.com/mediocregopher/mediocre-blog/src/http/apiutil" + "code.betamike.com/mediocregopher/mediocre-blog/src/post" + "code.betamike.com/mediocregopher/mediocre-blog/src/post/asset" "github.com/mediocregopher/mediocre-go-lib/v2/mctx" ) -- cgit v1.2.3