summaryrefslogtreecommitdiffhomepage
path: root/go.mod
blob: 0d8ee3cfa755c9ebc33304016776bb8770f9e54a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/insomniacslk/dhcp

go 1.18

require (
	github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72
	github.com/google/go-cmp v0.5.9
	github.com/hugelgupf/socketpair v0.0.0-20190730060125-05d35a94e714
	github.com/jsimonetti/rtnetlink v0.0.0-20201110080708-d2c240429e6c
	github.com/mdlayher/netlink v1.1.1
	github.com/mdlayher/packet v1.1.1
	github.com/stretchr/testify v1.6.1
	github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923
	golang.org/x/net v0.7.0
	golang.org/x/sys v0.5.0
)

require (
	github.com/davecgh/go-spew v1.1.0 // indirect
	github.com/josharian/native v1.1.0 // indirect
	github.com/mdlayher/socket v0.4.0 // indirect
	github.com/pierrec/lz4/v4 v4.1.14 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/smartystreets/goconvey v1.6.4 // indirect
	github.com/stretchr/objx v0.1.0 // indirect
	golang.org/x/sync v0.1.0 // indirect
	gopkg.in/yaml.v3 v3.0.0 // indirect
)