Move internal references to new source hosting
Some checks failed
/ golint (push) Failing after 3m50s

This commit is contained in:
Eli Ribble 2026-05-19 15:33:57 +00:00
parent 8c8e360bf6
commit 7237f5f666
No known key found for this signature in database
239 changed files with 771 additions and 775 deletions

View file

@ -6,11 +6,11 @@ import (
"fmt"
//"github.com/Gleipnir-Technology/bob"
"github.com/Gleipnir-Technology/nidus-sync/db"
//"github.com/Gleipnir-Technology/nidus-sync/db/gen/nidus-sync/public/enum"
"source.gleipnir.technology/Gleipnir/nidus-sync/db"
//"source.gleipnir.technology/Gleipnir/nidus-sync/db/gen/nidus-sync/public/enum"
"github.com/Gleipnir-Technology/jet/postgres"
"github.com/Gleipnir-Technology/nidus-sync/db/gen/nidus-sync/comms/model"
"github.com/Gleipnir-Technology/nidus-sync/db/gen/nidus-sync/comms/table"
"source.gleipnir.technology/Gleipnir/nidus-sync/db/gen/nidus-sync/comms/model"
"source.gleipnir.technology/Gleipnir/nidus-sync/db/gen/nidus-sync/comms/table"
)
func ContactInsert(ctx context.Context, txn db.Ex, m model.Contact) (model.Contact, error) {