Skip to content

Commit

Permalink
temporary replace mdlayher/netlink
Browse files Browse the repository at this point in the history
Until mdlayher/netlink#215 is merged use a replace
statement to reduce the memory footprint.

Signed-off-by: Florian Lehner <dev@der-flo.net>
  • Loading branch information
florianl committed Jul 20, 2024
1 parent 62e3bcc commit 810a86a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ require (
golang.org/x/net v0.9.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)

replace github.com/mdlayher/netlink => github.com/florianl/netlink v1.6.1-0.20240625172019-9b038ba321a8
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
github.com/florianl/netlink v1.6.1-0.20240625172019-9b038ba321a8 h1:skepMxLqpYKwLV/mQdRfMOP4XnEydcTUEN0PX3KKWUA=
github.com/florianl/netlink v1.6.1-0.20240625172019-9b038ba321a8/go.mod h1:xraEF7uJbxLhc5fpHL4cPe221LI2bdttWlU+ZGLfQSw=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/josharian/native v1.1.0 h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=
github.com/josharian/native v1.1.0/go.mod h1:7X/raswPFr05uY3HiLlYeyQntB6OO7E/d2Cu7qoaN2w=
github.com/mdlayher/netlink v1.7.2 h1:/UtM3ofJap7Vl4QWCPDGXY8d3GIY2UGSDbK+QWmY8/g=
github.com/mdlayher/netlink v1.7.2/go.mod h1:xraEF7uJbxLhc5fpHL4cPe221LI2bdttWlU+ZGLfQSw=
github.com/mdlayher/socket v0.4.1 h1:eM9y2/jlbs1M615oshPQOHZzj6R6wMT7bX5NPiQvn2U=
github.com/mdlayher/socket v0.4.1/go.mod h1:cAqeGjoufqdxWkD7DkpyS+wcefOtmu5OQ8KuoJGIReA=
golang.org/x/net v0.9.0 h1:aWJ/m6xSmxWBx+V0XRHTlrYrPG56jKsLdTFmsSsCzOM=
Expand Down

0 comments on commit 810a86a

Please sign in to comment.