Updating references

Given that there is an issue over a year old on the original repo, I'm
forking it so I can use/update it.
This commit is contained in:
Matt Jadud
2025-11-30 15:39:20 -05:00
parent c4b7b8ffe1
commit 596196cdc0
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
"testing"
"time"
"github.com/khepin/liteq/internal"
"git.jadud.com/jadudm/liteq/internal"
"github.com/matryer/is"
_ "github.com/mattn/go-sqlite3"
)