From e68ecc804f977a3d39b1e1d7954f18983693d830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 01:06:54 +0000 Subject: [PATCH] Bump golang.org/x/sys from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c50a682b..90cd58a5 100644 --- a/go.mod +++ b/go.mod @@ -6,11 +6,10 @@ require ( github.com/agiledragon/gomonkey/v2 v2.1.0 github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 - github.com/golang/protobuf v1.5.2 + github.com/golang/protobuf v1.5.2 // indirect github.com/smartystreets/goconvey v1.6.4 github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 - golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c + golang.org/x/sys v0.1.0 google.golang.org/grpc v1.39.0 - google.golang.org/protobuf v1.26.0 k8s.io/klog/v2 v2.10.0 )