summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--sqlr_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 926a6b8..ca26e1f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module gitlab.com/rhogenson/sqlr
+module roseh.moe/pkg/sqlr
go 1.23
diff --git a/sqlr_test.go b/sqlr_test.go
index 34ed8d5..ad9593e 100644
--- a/sqlr_test.go
+++ b/sqlr_test.go
@@ -10,7 +10,7 @@ import (
"github.com/google/go-cmp/cmp"
_ "github.com/mattn/go-sqlite3"
- "gitlab.com/rhogenson/sqlr"
+ "roseh.moe/pkg/sqlr"
)
func TestScan(t *testing.T) {