Skip to content

Commit 25b028b

Browse files
Bump helm.sh/helm/v3 from 3.6.2 to 3.9.4
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.6.2 to 3.9.4. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.6.2...v3.9.4) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e850a1c commit 25b028b

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

go.mod

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,22 @@ go 1.14
55
require (
66
github.com/StackExchange/wmi v1.2.1 // indirect
77
github.com/alecthomas/kong v0.5.0
8-
github.com/containerd/cgroups v1.0.2-0.20210605143700-23b51209bf7b
9-
github.com/docker/docker v20.10.12+incompatible
8+
github.com/containerd/cgroups v1.0.3
9+
github.com/docker/docker v20.10.17+incompatible
1010
github.com/ethercflow/hookfs v0.3.0
1111
github.com/google/gopacket v1.1.19
12-
github.com/google/uuid v1.2.0 // indirect
1312
github.com/jasonlvhit/gocron v0.0.1
1413
github.com/ncw/directio v1.0.5
15-
github.com/onsi/gomega v1.8.1 // indirect
16-
github.com/prometheus/client_golang v1.7.1
17-
github.com/prometheus/common v0.10.0
18-
github.com/safchain/ethtool v0.0.0-20190326074333-42ed695e3de8
14+
github.com/prometheus/client_golang v1.12.1
15+
github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1
1916
github.com/shirou/gopsutil v3.21.6+incompatible
2017
github.com/sirupsen/logrus v1.8.1
21-
github.com/spf13/cobra v1.1.3
18+
github.com/spf13/cobra v1.4.0
2219
github.com/tklauser/go-sysconf v0.3.10 // indirect
2320
go.uber.org/automaxprocs v1.3.0
24-
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
25-
helm.sh/helm/v3 v3.6.2
21+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
22+
helm.sh/helm/v3 v3.9.4
2623
k8s.io/client-go v12.0.0+incompatible // indirect
27-
rsc.io/letsencrypt v0.0.3 // indirect
2824
)
2925

3026
replace k8s.io/client-go => k8s.io/client-go v0.21.1

0 commit comments

Comments
 (0)