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

@ -5,10 +5,10 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/Gleipnir-Technology/jet/internal/jet"
"github.com/Gleipnir-Technology/jet/internal/utils/throw"
"github.com/Gleipnir-Technology/jet/qrm"
"github.com/Gleipnir-Technology/jet/stmtcache"
"source.gleipnir.technology/Gleipnir/jet/internal/jet"
"source.gleipnir.technology/Gleipnir/jet/internal/utils/throw"
"source.gleipnir.technology/Gleipnir/jet/qrm"
"source.gleipnir.technology/Gleipnir/jet/stmtcache"
"github.com/google/go-cmp/cmp"
"github.com/google/uuid"
"github.com/stretchr/testify/assert"

View file

@ -1,7 +1,7 @@
package testutils
import (
"github.com/Gleipnir-Technology/jet/internal/utils/throw"
"source.gleipnir.technology/Gleipnir/jet/internal/utils/throw"
"strings"
"time"
)