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
|
|
@ -7,9 +7,9 @@ import (
|
|||
"path/filepath"
|
||||
"strconv"
|
||||
|
||||
"source.gleipnir.technology/Gleipnir/jet/generator/metadata"
|
||||
"source.gleipnir.technology/Gleipnir/jet/generator/template"
|
||||
"source.gleipnir.technology/Gleipnir/jet/postgres"
|
||||
"source.gleipnir.technology/Gleipnir/jet/v2/generator/metadata"
|
||||
"source.gleipnir.technology/Gleipnir/jet/v2/generator/template"
|
||||
"source.gleipnir.technology/Gleipnir/jet/v2/postgres"
|
||||
)
|
||||
|
||||
// DBConnection contains postgres connection details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue