26 lines
775 B
Modula-2
26 lines
775 B
Modula-2
module github.com/gokrazy/gokrazy
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/anatol/vmtest v0.0.0-20260509163454-0d3e5bd9399c
|
|
github.com/beevik/ntp v1.5.0
|
|
github.com/gokrazy/internal v0.0.0-20260625065634-6994f9152c44
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/renameio/v2 v2.0.2
|
|
github.com/kenshaw/evdev v0.1.0
|
|
github.com/mdlayher/packet v1.1.2
|
|
github.com/mdlayher/watchdog v0.0.0-20221003142519-49be0df7b3b5
|
|
github.com/rtr7/dhcp4 v0.0.0-20220302171438-18c84d089b46
|
|
github.com/vishvananda/netlink v1.3.1
|
|
golang.org/x/sys v0.46.0
|
|
)
|
|
|
|
require (
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/mdlayher/socket v0.4.1 // indirect
|
|
github.com/vishvananda/netns v0.0.5 // indirect
|
|
golang.org/x/net v0.56.0 // indirect
|
|
golang.org/x/sync v0.21.0 // indirect
|
|
)
|