summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorChris Koch <chrisko@google.com>2020-09-16 00:19:41 -0700
committerChris K <c@chrisko.ch>2020-09-16 08:00:50 -0700
commit1301300a8d9b25942cf9c3c4f9f77cb8906d4c49 (patch)
treee0466cd8776ecf868e9a1ff177f2b0f6a9548615 /go.mod
parentcb73b7f86cfe50b2863e863e809b3d16c23a08fb (diff)
dhcp: add go.mod file
Signed-off-by: Chris Koch <chrisko@google.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 17 insertions, 0 deletions
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
+)