adjust code to new repository
This commit is contained in:
committed by
T. R. Bernstein
parent
0cf34c475b
commit
795cd8335f
@@ -6,7 +6,7 @@ import (
|
||||
"runtime/debug"
|
||||
|
||||
"github.com/fatih/color"
|
||||
"github.com/pocketbase/pocketbase/core"
|
||||
"github.com/tabshift-gh/pocketbase/core"
|
||||
)
|
||||
|
||||
const (
|
||||
@@ -24,7 +24,7 @@ const (
|
||||
// This is needed because modernc.org/libc doesn't follow semantic versioning
|
||||
// and using a version different from the one in the go.mod of modernc.org/sqlite
|
||||
// could have unintended side-effects and cause obscure build and runtime bugs
|
||||
// (https://github.com/pocketbase/pocketbase/issues/6136).
|
||||
// (https://github.com/tabshift-gh/pocketbase/issues/6136).
|
||||
func checkModerncDeps(app core.App) {
|
||||
info, ok := debug.ReadBuildInfo()
|
||||
if !ok {
|
||||
|
||||
Reference in New Issue
Block a user