kdhcp/go.mod

15 lines
430 B
Modula-2
Raw Normal View History

2023-04-22 08:25:13 +00:00
module git.wntrmute.dev/kyle/kdhcp
go 1.20
2023-04-30 06:46:44 +00:00
require github.com/hashicorp/go-syslog v1.0.0
2023-04-30 06:46:44 +00:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/insomniacslk/dhcp v0.0.0-20230407062729-974c6f05fe16 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
golang.org/x/sys v0.5.0 // indirect
2023-04-30 06:46:44 +00:00
)