2018-04-27 06:41:58 -05:00
|
|
|
package extensions
|
|
|
|
|
2018-09-28 17:01:37 -05:00
|
|
|
import (
|
2019-08-30 11:14:32 -05:00
|
|
|
// Upgrade ldapsync from cron to cron.v3 and
|
|
|
|
// remove the cron (v1) dependency
|
|
|
|
|
2019-07-05 05:27:14 -05:00
|
|
|
_ "github.com/crewjam/saml"
|
2019-04-16 08:26:39 -05:00
|
|
|
_ "github.com/gobwas/glob"
|
2019-08-30 11:14:32 -05:00
|
|
|
_ "github.com/jung-kurt/gofpdf"
|
2019-04-26 07:47:16 -05:00
|
|
|
_ "github.com/robfig/cron"
|
2019-08-30 11:14:32 -05:00
|
|
|
_ "github.com/robfig/cron/v3"
|
2019-07-05 05:27:14 -05:00
|
|
|
_ "github.com/stretchr/testify/require"
|
2018-09-28 17:01:37 -05:00
|
|
|
_ "gopkg.in/square/go-jose.v2"
|
|
|
|
)
|
|
|
|
|
2018-07-02 06:33:39 -05:00
|
|
|
var IsEnterprise bool = false
|