Skip to content

Commit

Permalink
Remove mod replaces
Browse files Browse the repository at this point in the history
The mod replaces are no longer required since helm v3.7.1.

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
  • Loading branch information
relu committed Oct 28, 2021
1 parent 6d55ac0 commit 3958d9e
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 14 deletions.
9 changes: 0 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,3 @@ require (
sigs.k8s.io/kustomize/kyaml v0.11.0 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
)

// required by https://github.com/helm/helm/blob/v3.6.0/go.mod
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d

// fix CVE-2021-41103
replace github.com/containerd/containerd => github.com/containerd/containerd v1.5.7

// fix CVE-2021-30465
replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.0-rc95
Loading

0 comments on commit 3958d9e

Please sign in to comment.