kdhcp/go.mod

16 lines
306 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 (
2023-05-15 13:09:12 +00:00
git.wntrmute.dev/kyle/goutils v1.7.0
github.com/benbjohnson/clock v1.3.4
github.com/peterbourgon/ff/v3 v3.3.0
gopkg.in/yaml.v2 v2.4.0
2023-04-30 06:46:44 +00:00
)
2023-05-05 07:13:46 +00:00
2023-05-09 07:28:54 +00:00
require (
2023-05-15 13:09:12 +00:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/go-syslog v1.0.0 // indirect
2023-05-09 07:28:54 +00:00
)