From dd2095e05d31eab3081f1957ea79160249e4577a Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 20 Mar 2023 17:58:01 +0300 Subject: [PATCH] all: fmt go.mod --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7ab8f0bd..f70c8f34 100644 --- a/go.mod +++ b/go.mod @@ -22,9 +22,6 @@ require ( github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118 github.com/mdlayher/netlink v1.7.1 github.com/mdlayher/packet v1.1.1 - // TODO(a.garipov): This package is deprecated; find a new one or use - // our own code for that. Perhaps, use gopacket. - github.com/mdlayher/raw v0.1.0 // indirect github.com/miekg/dns v1.1.50 github.com/quic-go/quic-go v0.32.0 github.com/stretchr/testify v1.8.2 @@ -50,6 +47,7 @@ require ( github.com/golang/mock v1.6.0 // indirect github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect github.com/josharian/native v1.1.0 // indirect + github.com/mdlayher/raw v0.1.0 // indirect github.com/mdlayher/socket v0.4.0 // indirect github.com/onsi/ginkgo/v2 v2.8.3 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible // indirect