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

@ -8,10 +8,10 @@ import (
"github.com/Gleipnir-Technology/bob"
"github.com/Gleipnir-Technology/bob/dialect/psql"
"github.com/Gleipnir-Technology/bob/dialect/psql/sm"
"github.com/Gleipnir-Technology/nidus-sync/db"
"github.com/paulmach/orb/geojson"
"github.com/rs/zerolog/log"
"github.com/stephenafamo/scan"
"source.gleipnir.technology/Gleipnir/nidus-sync/db"
)
func ParcelEnvelope(ctx context.Context, parcel_id int32) (*geojson.Polygon, error) {