From 5e9a8034d80c5db9ad4dd5129c3d4d145b93ed13 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Thu, 22 Aug 2024 19:09:10 +0000 Subject: [PATCH] chore(deps): update module github.com/vishvananda/netlink to v1.2.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b863884..605855c 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 github.com/sirupsen/logrus v1.9.3 - github.com/vishvananda/netlink v1.1.0 + github.com/vishvananda/netlink v1.2.1 ) require (