kdhcp/go.mod

9 lines
131 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/davecgh/go-spew v1.1.1
github.com/hashicorp/go-syslog v1.0.0
)