Fix the imports I botched really badly
Apparently I don't understand how go modules work.
This commit is contained in:
parent
44d981fbfc
commit
41fe97d336
169 changed files with 365 additions and 362 deletions
|
|
@ -2,12 +2,12 @@ package sqlite
|
|||
|
||||
import (
|
||||
"context"
|
||||
"source.gleipnir.technology/Gleipnir/jet/qrm"
|
||||
"source.gleipnir.technology/Gleipnir/jet/v2/qrm"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"source.gleipnir.technology/Gleipnir/jet/internal/testutils"
|
||||
. "source.gleipnir.technology/Gleipnir/jet/sqlite"
|
||||
"source.gleipnir.technology/Gleipnir/jet/v2/internal/testutils"
|
||||
. "source.gleipnir.technology/Gleipnir/jet/v2/sqlite"
|
||||
"source.gleipnir.technology/Gleipnir/jet/v2/tests/.gentestdata/sqlite/test_sample/model"
|
||||
. "source.gleipnir.technology/Gleipnir/jet/v2/tests/.gentestdata/sqlite/test_sample/table"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue