1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00
mdlayher-homelab/gokrazy/go.mod
Matt Layher 4367aef7ea
gokrazy: use upstream gokrazy kernel
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2020-07-03 09:47:19 -04:00

14 lines
621 B
Modula-2

module github.com/mdlayher/homelab/gokrazy
go 1.14
require (
github.com/gokrazy/breakglass v0.0.0-20200527163858-efff2172eebe // indirect
github.com/gokrazy/firmware v0.0.0-20200702142411-9210213d5bc9 // indirect
github.com/gokrazy/gokrazy v0.0.0-20200629220445-6739b590288a // indirect
github.com/gokrazy/kernel v0.0.0-20200703130431-dcb8c81587fa // indirect
github.com/gokrazy/rpi-eeprom v0.0.0-20200618184116-4854011f5f17 // indirect
github.com/gokrazy/stat v0.1.0 // indirect
github.com/mdlayher/consrv v0.0.0-20200702215744-aa49555e5745 // indirect
github.com/prometheus/node_exporter v1.0.1 // indirect
)