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

14 lines
350 B
Go
Raw Normal View History

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/mdlayher/consrv"
_ "github.com/prometheus/node_exporter"
)