summaryrefslogtreecommitdiff
path: root/src/post/sql.go
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2023-10-28 10:03:51 +0200
committerBrian Picciano <mediocregopher@gmail.com>2023-10-28 10:03:51 +0200
commitb02115e390bb58dc7eac3b474c83f9e6b4ee2ded (patch)
tree8a7df4a3c3fd0dc17dd8aa3d56f2b1cc3f100cce /src/post/sql.go
parentba2d581975c3b1b63f1794d3bcd912ad12e6f15b (diff)
Fix go module path
Diffstat (limited to 'src/post/sql.go')
-rw-r--r--src/post/sql.go2
1 files changed, 1 insertions, 1 deletions
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