update imports for gh package name

This commit is contained in:
henrygd
2025-09-07 14:48:39 -04:00
parent cda8fa7efd
commit 4e26defdca
30 changed files with 92 additions and 57 deletions

View File

@@ -4,10 +4,6 @@
package hub_test
import (
beszelTests "beszel/internal/tests"
"beszel/migrations"
"testing"
"bytes"
"crypto/ed25519"
"encoding/json"
@@ -17,6 +13,11 @@ import (
"os"
"path/filepath"
"strings"
"testing"
"github.com/henrygd/beszel/migrations"
beszelTests "github.com/henrygd/beszel/internal/tests"
"github.com/pocketbase/pocketbase/core"
pbTests "github.com/pocketbase/pocketbase/tests"