Adapt code to new repository
Some checks failed
basebuild / goreleaser (push) Has been cancelled

This commit is contained in:
T. R. Bernstein
2026-05-04 01:59:05 +02:00
parent 173bc3967d
commit 9153dc4c89
5 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ import (
"testing"
"github.com/golang-jwt/jwt/v5"
"github.com/pocketbase/pocketbase/tools/auth/internal/jwk"
"github.com/tabshift-gh/pocketbase/tools/auth/internal/jwk"
)
type publicKey interface {

View File

@@ -3,7 +3,7 @@ package dbutils_test
import (
"testing"
"github.com/pocketbase/pocketbase/tools/dbutils"
"github.com/tabshift-gh/pocketbase/tools/dbutils"
)
func TestAliasOrIdentifier(t *testing.T) {