2025-11-03 12:22:06 +00:00
|
|
|
module github.com/Gleipnir-Technology/nidus-sync
|
|
|
|
|
|
|
|
|
|
go 1.24.9
|
2025-11-03 12:38:47 +00:00
|
|
|
|
|
|
|
|
require (
|
2025-11-11 16:09:18 +00:00
|
|
|
github.com/Gleipnir-Technology/arcgis-go v0.0.3
|
2025-11-13 20:01:15 +00:00
|
|
|
github.com/Gleipnir-Technology/go-geojson2h3 v0.0.0-00010101000000-000000000000
|
2025-11-05 14:15:06 +00:00
|
|
|
github.com/aarondl/opt v0.0.0-20250607033636-982744e1bd65
|
2025-11-05 17:15:33 +00:00
|
|
|
github.com/alexedwards/scs/pgxstore v0.0.0-20251002162104-209de6e426de
|
2025-11-03 12:38:47 +00:00
|
|
|
github.com/alexedwards/scs/v2 v2.9.0
|
2025-11-07 10:45:59 +00:00
|
|
|
github.com/alitto/pond/v2 v2.5.0
|
2025-11-03 12:38:47 +00:00
|
|
|
github.com/go-chi/chi/v5 v5.2.3
|
2025-11-05 14:15:06 +00:00
|
|
|
github.com/go-webauthn/webauthn v0.14.0
|
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
2025-11-05 17:49:19 +00:00
|
|
|
github.com/google/go-cmp v0.7.0
|
2025-11-04 23:11:32 +00:00
|
|
|
github.com/jackc/pgx/v5 v5.7.6
|
2025-11-05 14:15:06 +00:00
|
|
|
github.com/jaswdr/faker/v2 v2.8.1
|
|
|
|
|
github.com/lib/pq v1.10.9
|
2025-11-04 23:11:32 +00:00
|
|
|
github.com/pressly/goose/v3 v3.26.0
|
2025-11-13 20:11:00 +00:00
|
|
|
github.com/rs/zerolog v1.34.0
|
2025-11-20 20:59:28 +00:00
|
|
|
github.com/shopspring/decimal v1.4.0
|
2025-11-05 21:21:58 +00:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2025-11-04 23:11:32 +00:00
|
|
|
github.com/stephenafamo/bob v0.41.1
|
2025-11-05 17:49:19 +00:00
|
|
|
github.com/stephenafamo/scan v0.7.0
|
2025-11-13 20:01:15 +00:00
|
|
|
github.com/tidwall/geojson v1.4.5
|
2025-11-13 23:48:41 +00:00
|
|
|
github.com/uber/h3-go/v4 v4.3.0
|
2025-11-05 14:15:06 +00:00
|
|
|
github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07
|
2025-11-05 17:15:33 +00:00
|
|
|
golang.org/x/crypto v0.42.0
|
2025-11-04 23:11:32 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-11-05 14:15:06 +00:00
|
|
|
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
|
|
|
|
github.com/go-webauthn/x v0.1.25 // indirect
|
|
|
|
|
github.com/google/go-tpm v0.9.5 // indirect
|
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2025-11-04 23:11:32 +00:00
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
|
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
2025-11-13 20:11:00 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2025-11-04 23:11:32 +00:00
|
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
2025-11-05 14:15:06 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
|
|
github.com/pganalyze/pg_query_go/v6 v6.1.0 // indirect
|
2025-11-04 23:11:32 +00:00
|
|
|
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494 // indirect
|
|
|
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
2025-11-05 14:15:06 +00:00
|
|
|
github.com/tetratelabs/wazero v1.9.0 // indirect
|
2025-11-13 20:01:15 +00:00
|
|
|
github.com/tidwall/geoindex v1.4.4 // indirect
|
|
|
|
|
github.com/tidwall/gjson v1.12.1 // indirect
|
|
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
|
|
|
github.com/tidwall/rtree v1.3.1 // indirect
|
|
|
|
|
github.com/tidwall/sjson v1.2.4 // indirect
|
2025-11-05 14:15:06 +00:00
|
|
|
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
|
|
|
|
|
github.com/x448/float16 v0.8.4 // indirect
|
2025-11-04 23:11:32 +00:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2025-11-05 14:15:06 +00:00
|
|
|
golang.org/x/sync v0.17.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
|
|
|
golang.org/x/text v0.29.0 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
2025-11-03 12:38:47 +00:00
|
|
|
)
|