1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00
mdlayher-homelab/gokrazy/gokrazy.go
Matt Layher af062ee779
gokrazy: re-enable node_exporter via temporary fork
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-01-31 09:37:09 -05:00

14 lines
389 B
Go

package gokrazy
// Forcibly import gokrazy and user packages to allow better go.mod manipulation.
import (
_ "github.com/gokrazy/breakglass"
_ "github.com/gokrazy/firmware"
_ "github.com/gokrazy/gokrazy"
_ "github.com/gokrazy/kernel"
_ "github.com/gokrazy/rpi-eeprom"
_ "github.com/gokrazy/serial-busybox"
_ "github.com/mdlayher/consrv"
_ "github.com/prometheus/node_exporter"
)