mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 04:34:23 -06:00
d4ef19737e
* Enterprise: remove gofakeit dep Since we decided to use our uuid generation inside util module * Enterprise: result of execution of `go mod ...`
10 lines
150 B
Go
10 lines
150 B
Go
package extensions
|
|
|
|
import (
|
|
_ "github.com/gobwas/glob"
|
|
_ "github.com/robfig/cron"
|
|
_ "gopkg.in/square/go-jose.v2"
|
|
)
|
|
|
|
var IsEnterprise bool = false
|