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 00193d44ca
gokrazy: bump consrv
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2022-02-15 18:50:15 -05:00

14 lines
400 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/cmd/consrv"
_ "github.com/prometheus/node_exporter"
)