From 538e305925b9b04102ef0a4fb7cca19a6c116142 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Sat, 20 Jun 2020 02:27:31 -0400 Subject: updating module to live at sourcehut Also moving the 'registry' library into this repo, rather than maintaining them separately. It will still be decoupled, just live in this repository. --- svc/sqlite.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svc/sqlite.go') diff --git a/svc/sqlite.go b/svc/sqlite.go index 58a804d..128aed3 100644 --- a/svc/sqlite.go +++ b/svc/sqlite.go @@ -17,14 +17,14 @@ You should have received a copy of the GNU General Public License along with Getwtxt. If not, see . */ -package svc // import "github.com/getwtxt/getwtxt/svc" +package svc // import "git.sr.ht/~gbmor/getwtxt/svc" import ( "database/sql" "net" "time" - "github.com/getwtxt/registry" + "git.sr.ht/~gbmor/getwtxt/registry" _ "github.com/mattn/go-sqlite3" // for the sqlite3 driver ) -- cgit 1.4.1-2-gfad0