From e568cf91c24447ac7dffda5f82e274151c766860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 22:38:48 +0000 Subject: [PATCH] Bump helm.sh/helm/v3 from 3.6.2 to 3.11.1 Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.6.2 to 3.11.1. - [Release notes](https://github.com/helm/helm/releases) - [Commits](https://github.com/helm/helm/compare/v3.6.2...v3.11.1) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/go.mod b/go.mod index ba784dc..493bf40 100644 --- a/go.mod +++ b/go.mod @@ -5,26 +5,22 @@ go 1.14 require ( github.com/StackExchange/wmi v1.2.1 // indirect github.com/alecthomas/kong v0.5.0 - github.com/containerd/cgroups v1.0.2-0.20210605143700-23b51209bf7b - github.com/docker/docker v20.10.12+incompatible + github.com/containerd/cgroups v1.0.4 + github.com/docker/docker v20.10.21+incompatible github.com/ethercflow/hookfs v0.3.0 github.com/google/gopacket v1.1.19 - github.com/google/uuid v1.2.0 // indirect github.com/jasonlvhit/gocron v0.0.1 github.com/ncw/directio v1.0.5 - github.com/onsi/gomega v1.8.1 // indirect - github.com/prometheus/client_golang v1.7.1 - github.com/prometheus/common v0.10.0 - github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8 + github.com/prometheus/client_golang v1.14.0 + github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1 github.com/shirou/gopsutil v3.21.6+incompatible - github.com/sirupsen/logrus v1.8.1 - github.com/spf13/cobra v1.1.3 + github.com/sirupsen/logrus v1.9.0 + github.com/spf13/cobra v1.6.1 github.com/tklauser/go-sysconf v0.3.10 // indirect go.uber.org/automaxprocs v1.3.0 - golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 - helm.sh/helm/v3 v3.6.2 + golang.org/x/crypto v0.5.0 + helm.sh/helm/v3 v3.11.1 k8s.io/client-go v12.0.0+incompatible // indirect - rsc.io/letsencrypt v0.0.3 // indirect ) replace k8s.io/client-go => k8s.io/client-go v0.21.1