From 1301300a8d9b25942cf9c3c4f9f77cb8906d4c49 Mon Sep 17 00:00:00 2001 From: Chris Koch Date: Wed, 16 Sep 2020 00:19:41 -0700 Subject: dhcp: add go.mod file Signed-off-by: Chris Koch --- go.mod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..9c9ac3c --- /dev/null +++ b/go.mod @@ -0,0 +1,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-20200726165900-d699427278d3 + github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 + github.com/mdlayher/netlink v1.1.0 + 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/u-root v7.0.0+incompatible + golang.org/x/net v0.0.0-20200202094626-16171245cfb2 + golang.org/x/sys v0.0.0-20200916030750-2334cc1a136f +) -- cgit v1.2.3