summaryrefslogtreecommitdiffhomepage
path: root/go.mod
blob: d53b0e47e2fd2467f8fdc6084aa5f9253cbb7054 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/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/smartystreets/goconvey v1.6.4 // indirect
	github.com/stretchr/testify v1.6.1
	github.com/u-root/uio v0.0.0-20210528114334-82958018845c
	golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
	golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea
)