From 36c2d144a44704dac62a3560b6415a858d771d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:56:35 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20200707034311-ab3426394381 to 0.24.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200707034311-ab3426394381 to 0.24.0. - [Commits](https://github.com/golang/net/commits/v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 7161615..afc2714 100644 --- a/go.mod +++ b/go.mod @@ -4,22 +4,16 @@ go 1.15 require ( github.com/container-storage-interface/spec v1.1.0 - github.com/coreos/go-systemd/v22 v22.5.0 // indirect - github.com/godbus/dbus/v5 v5.0.4 // indirect + github.com/coreos/go-systemd/v22 v22.5.0 + github.com/godbus/dbus/v5 v5.0.4 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/protobuf v1.1.0 // indirect github.com/kubernetes-csi/csi-lib-utils v0.6.1 // indirect - github.com/kubernetes-csi/csi-test v2.0.0+incompatible github.com/kubernetes-csi/drivers v1.0.2 github.com/minio/minio-go/v7 v7.0.5 github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 - github.com/onsi/ginkgo v1.5.0 - github.com/onsi/gomega v1.4.0 github.com/spf13/afero v1.2.1 // indirect - golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect - golang.org/x/net v0.0.0-20200707034311-ab3426394381 - golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect - golang.org/x/sys v0.0.0-20200922070232-aee5d888a860 // indirect + golang.org/x/net v0.24.0 google.golang.org/genproto v0.0.0-20180716172848-2731d4fa720b // indirect google.golang.org/grpc v1.13.0 k8s.io/apimachinery v0.0.0-20180714051327-705cfa51a97f // indirect