diff options
author | Brian Kemper <bkemper@gmail.com> | 2023-03-30 14:12:52 -0600 |
---|---|---|
committer | Brian Kemper <bkemper@gmail.com> | 2023-04-13 10:38:02 -0600 |
commit | df9ba4adc1acd679beae3c48cd1adc4c2a96f2e3 (patch) | |
tree | 53ec59ff308e3b3acdf44a81d3a93f7db5c83e4d /go.mod | |
parent | 4ec57e88f4b754ab1680a52ca86808bc271a0671 (diff) |
Fix errors
Signed-off-by: Brian Kemper <bkemper@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ require ( 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/ethernet v0.0.0-20190606142754-0394541c37b7 github.com/mdlayher/netlink v1.1.1 github.com/mdlayher/packet v1.1.1 github.com/stretchr/testify v1.6.1 |