mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03: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
6 lines
131 B
Go
6 lines
131 B
Go
package apk
|
|
|
|
import (
|
|
_ "github.com/grafana/grafana/pkg/cmd/grafana-server"
|
|
_ "github.com/grafana/grafana/pkg/cmd/grafana-cli"
|
|
)
|