summaryrefslogtreecommitdiff
path: root/src/post/sql.go
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2024-05-11 16:27:01 +0200
committerBrian Picciano <mediocregopher@gmail.com>2024-05-11 16:27:01 +0200
commit6af3a7ccdeb0f61cabd17a8ddfd59b17806e3ddf (patch)
treec5babb056c00d3c0e7567b657820e54c27823329 /src/post/sql.go
parent60404da798c0dd71d0b2e26b62afe55fe3b1d387 (diff)
Move to dev.mediocregopher.com/mediocre-blog.git
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 8f4da0a..b75f481 100644
--- a/src/post/sql.go
+++ b/src/post/sql.go
@@ -5,7 +5,7 @@ import (
"fmt"
"path"
- "code.betamike.com/mediocregopher/mediocre-blog/src/cfg"
+ "dev.mediocregopher.com/mediocre-blog.git/src/cfg"
migrate "github.com/rubenv/sql-migrate"
_ "github.com/mattn/go-sqlite3" // we need dis