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/post/sql.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/sql.go') diff --git a/src/post/sql.go b/src/post/sql.go index 46c7b9a..8f4da0a 100644 --- a/src/post/sql.go +++ b/src/post/sql.go @@ -5,7 +5,7 @@ import ( "fmt" "path" - "github.com/mediocregopher/blog.mediocregopher.com/srv/cfg" + "code.betamike.com/mediocregopher/mediocre-blog/src/cfg" migrate "github.com/rubenv/sql-migrate" _ "github.com/mattn/go-sqlite3" // we need dis -- cgit v1.2.3