mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 03:41:22 +02:00
update xerrors to latest for go1.13 compability switch to modules (requirement for above) remove phantomjs stub (replaced with grafana-image-renderer) cleanup conf.d file
7 lines
131 B
Go
7 lines
131 B
Go
package apk
|
|
|
|
import (
|
|
_ "github.com/grafana/grafana/pkg/cmd/grafana-server"
|
|
_ "github.com/grafana/grafana/pkg/cmd/grafana-cli"
|
|
)
|