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 a198ae3c50
gokrazy: remove webstat, bump gokrazy
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-08-31 14:16:13 -04:00

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