module aigateway.local/core go 1.26.0 toolchain go1.26.5 require ( github.com/beevik/etree v1.5.0 github.com/crewjam/saml v0.5.1 github.com/jackc/pgx/v5 v5.10.0 github.com/redis/go-redis/v9 v9.21.0 github.com/russellhaering/goxmldsig v1.4.0 ) require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/golang-jwt/jwt/v4 v4.5.2 // 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/jonboulle/clockwork v0.2.2 // indirect github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect go.uber.org/atomic v1.11.0 // indirect golang.org/x/crypto v0.33.0 // indirect golang.org/x/sync v0.17.0 // indirect golang.org/x/text v0.29.0 // indirect )