48 lines
1.9 KiB
Modula-2
48 lines
1.9 KiB
Modula-2
module github.com/Gleipnir-Technology/nidus-sync
|
|
|
|
go 1.24.9
|
|
|
|
require (
|
|
github.com/Gleipnir-Technology/arcgis-go v0.0.2
|
|
github.com/aarondl/opt v0.0.0-20250607033636-982744e1bd65
|
|
github.com/alexedwards/scs/pgxstore v0.0.0-20251002162104-209de6e426de
|
|
github.com/alexedwards/scs/v2 v2.9.0
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/go-webauthn/webauthn v0.14.0
|
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/jackc/pgx/v5 v5.7.6
|
|
github.com/jaswdr/faker/v2 v2.8.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/pressly/goose/v3 v3.26.0
|
|
github.com/riverqueue/river/rivershared v0.26.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/stephenafamo/bob v0.41.1
|
|
github.com/stephenafamo/scan v0.7.0
|
|
github.com/wasilibs/go-pgquery v0.0.0-20250409022910-10ac41983c07
|
|
golang.org/x/crypto v0.42.0
|
|
)
|
|
|
|
require (
|
|
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
|
|
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
|
|
github.com/mfridman/interpolate v0.0.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pganalyze/pg_query_go/v6 v6.1.0 // indirect
|
|
github.com/qdm12/reprint v0.0.0-20200326205758-722754a53494 // indirect
|
|
github.com/sethvargo/go-retry v0.3.0 // indirect
|
|
github.com/tetratelabs/wazero v1.9.0 // indirect
|
|
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
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
|
|
)
|
|
replace github.com/Gleipnir-Technology/arcgis-go => ./arcgis-go
|