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
|
|
@ -3,8 +3,8 @@ package postgres
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"source.gleipnir.technology/Gleipnir/jet/internal/jet"
|
||||
"source.gleipnir.technology/Gleipnir/jet/internal/testutils"
|
||||
"source.gleipnir.technology/Gleipnir/jet/v2/internal/jet"
|
||||
"source.gleipnir.technology/Gleipnir/jet/v2/internal/testutils"
|
||||
)
|
||||
|
||||
var table1Col1 = IntegerColumn("col1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue