diff options
author | Brian Kemper <bkemper@gmail.com> | 2023-03-30 11:45:33 -0600 |
---|---|---|
committer | Brian Kemper <bkemper@gmail.com> | 2023-04-13 10:38:02 -0600 |
commit | 4ec57e88f4b754ab1680a52ca86808bc271a0671 (patch) | |
tree | b50258ba7e0877b69edb5ab008a3644b7635b89e /go.mod | |
parent | 974c6f05fe164b3e946d5f333bdb33459f2291af (diff) |
Remove mdlayher/raw dep
Signed-off-by: Brian Kemper <bkemper@gmail.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( 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/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 @@ -19,9 +19,11 @@ require ( 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-20200313102051-9f266ea9e77c // indirect ) |