Switch to hosting on source.gleipnir.technology
All checks were successful
/ test (push) Successful in 3s

This commit is contained in:
Eli Ribble 2026-05-14 16:26:47 +00:00
parent 30cc7321c5
commit 34e5dcbb17
No known key found for this signature in database
172 changed files with 493 additions and 490 deletions

View file

@ -4,7 +4,7 @@ import (
"database/sql"
"database/sql/driver"
"fmt"
"github.com/Gleipnir-Technology/jet/internal/utils/datetime"
"source.gleipnir.technology/Gleipnir/jet/internal/utils/datetime"
"reflect"
"strconv"
)

View file

@ -8,7 +8,7 @@ import (
"fmt"
"reflect"
"github.com/Gleipnir-Technology/jet/internal/utils/must"
"source.gleipnir.technology/Gleipnir/jet/internal/utils/must"
)
// Config holds the configuration settings for QRM scanning behavior.

View file

@ -8,9 +8,9 @@ import (
"strings"
"time"
"github.com/Gleipnir-Technology/jet/internal/utils/must"
"github.com/Gleipnir-Technology/jet/internal/utils/strslice"
"github.com/Gleipnir-Technology/jet/qrm/internal"
"source.gleipnir.technology/Gleipnir/jet/internal/utils/must"
"source.gleipnir.technology/Gleipnir/jet/internal/utils/strslice"
"source.gleipnir.technology/Gleipnir/jet/qrm/internal"
"github.com/google/uuid"
)