blob: f5680a35e7416d39829150d754918b0631c0baec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
module github.com/insomniacslk/dhcp
go 1.13
require (
github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72
github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714
github.com/josharian/native v1.1.0 // indirect
github.com/jsimonetti/rtnetlink v0.0.0-20201110080708-d2c240429e6c
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
github.com/mdlayher/netlink v1.1.1
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.6.1
github.com/u-root/uio v0.0.0-20230215032506-9aa6f7e2d72c
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sys v0.5.0
)
|