mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
af062ee779
Signed-off-by: Matt Layher <mdlayher@gmail.com>
14 lines
389 B
Go
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"
|
|
)
|