Don't use custom jet, tidy module

This commit is contained in:
Eli Ribble 2026-05-09 01:22:11 +00:00
parent 93b69c4cbb
commit aa3c6e6209
No known key found for this signature in database
2 changed files with 13 additions and 6 deletions

9
go.mod
View file

@ -36,6 +36,8 @@ require (
github.com/stephenafamo/bob v0.42.0
github.com/stephenafamo/scan v0.7.0
github.com/twilio/twilio-go v1.29.1
github.com/twpayne/go-geom v1.6.1
github.com/twpayne/pgx-geom v1.0.0
github.com/uber/h3-go/v4 v4.4.0
golang.org/x/crypto v0.47.0
golang.org/x/text v0.33.0
@ -58,8 +60,11 @@ require (
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/invopop/jsonschema v0.13.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgtype v1.14.4 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
@ -89,9 +94,7 @@ require (
github.com/tidwall/rtree v1.3.1 // indirect
github.com/tidwall/sjson v1.2.4 // indirect
github.com/tinylib/msgp v1.3.0 // indirect
github.com/twpayne/go-geom v1.6.1 // indirect
github.com/twpayne/go-proj/v11 v11.0.0 // indirect
github.com/twpayne/pgx-geom v1.0.0 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
go.mongodb.org/mongo-driver v1.11.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
@ -106,4 +109,4 @@ require (
// replace github.com/stephenafamo/bob v0.42.0 => ../bob
// replace github.com/Gleipnir-Technology/arcgis-go v0.0.12 => ./arcgis-go
replace github.com/go-jet/jet/v2 v2.14.1 => ../jet
// replace github.com/go-jet/jet/v2 v2.14.1 => ../jet