Imports
- github.com/MakeNowJust/heredoc
- github.com/authzed/authzed-go/proto/authzed/api/v0
- github.com/go-webauthn/webauthn/webauthn
- github.com/golang-migrate/migrate/v4
- github.com/golang-migrate/migrate/v4/database
- github.com/golang-migrate/migrate/v4/database/mysql
- github.com/golang-migrate/migrate/v4/database/postgres
- github.com/golang-migrate/migrate/v4/source/file
- github.com/golang-migrate/migrate/v4/source/iofs
- github.com/jackc/pgx/v4/stdlib
- github.com/lestrrat-go/jwx/v2/jwk
- github.com/newrelic/go-agent
- github.com/pkg/errors
- github.com/pkg/profile
- github.com/raystack/salt/cmdx
- github.com/raystack/salt/log
- github.com/raystack/salt/printer
- github.com/raystack/salt/version
- github.com/spf13/cobra
- google.golang.org/grpc
- google.golang.org/grpc/codes
- google.golang.org/grpc/credentials
- google.golang.org/grpc/credentials/insecure
- google.golang.org/grpc/metadata
Imports in module “github.com/raystack/frontier”
- github.com/raystack/frontier/config
- github.com/raystack/frontier/core/audit
- github.com/raystack/frontier/core/authenticate
- github.com/raystack/frontier/core/authenticate/session
- github.com/raystack/frontier/core/authenticate/token
- github.com/raystack/frontier/core/deleter
- github.com/raystack/frontier/core/domain
- github.com/raystack/frontier/core/group
- github.com/raystack/frontier/core/invitation
- github.com/raystack/frontier/core/metaschema
- github.com/raystack/frontier/core/namespace
- github.com/raystack/frontier/core/organization
- github.com/raystack/frontier/core/permission
- github.com/raystack/frontier/core/policy
- github.com/raystack/frontier/core/preference
- github.com/raystack/frontier/core/project
- github.com/raystack/frontier/core/relation
- github.com/raystack/frontier/core/resource
- github.com/raystack/frontier/core/role
- github.com/raystack/frontier/core/serviceuser
- github.com/raystack/frontier/core/user
- github.com/raystack/frontier/internal/api
- github.com/raystack/frontier/internal/bootstrap
- github.com/raystack/frontier/internal/store/blob
- github.com/raystack/frontier/internal/store/postgres
- github.com/raystack/frontier/internal/store/postgres/migrations
- github.com/raystack/frontier/internal/store/spicedb
- github.com/raystack/frontier/pkg/db
- github.com/raystack/frontier/pkg/file
- github.com/raystack/frontier/pkg/logger
- github.com/raystack/frontier/pkg/mailer
- github.com/raystack/frontier/pkg/server
- github.com/raystack/frontier/pkg/str
- github.com/raystack/frontier/pkg/utils
- github.com/raystack/frontier/proto/v1beta1