kdhcp/go.mod

18 lines
322 B
Modula-2

module git.wntrmute.dev/kyle/kdhcp
go 1.20
require github.com/hashicorp/go-syslog v1.0.0 // indirect
require (
github.com/peterbourgon/ff/v3 v3.3.0
gopkg.in/yaml.v2 v2.4.0
)
require github.com/davecgh/go-spew v1.1.1 // indirect
require (
git.wntrmute.dev/kyle/goutils v1.7.0
github.com/benbjohnson/clock v1.3.3
)