main.go 220 B

1234567891011
  1. package extensions
  2. import (
  3. _ "github.com/crewjam/saml"
  4. _ "github.com/gobwas/glob"
  5. _ "github.com/robfig/cron"
  6. _ "github.com/stretchr/testify/require"
  7. _ "gopkg.in/square/go-jose.v2"
  8. )
  9. var IsEnterprise bool = false