Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Sanna <[email protected]>
  • Loading branch information
ryansann committed Jul 19, 2021
1 parent ae1a86d commit 7eafc94
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 10 deletions.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ module github.com/k3s-io/helm-set-status

go 1.16

// pin this version to address a vulnerability
// updating to helm v3.6.3 did not cause this transitive dependency to update to a fixed version
replace github.com/opencontainers/runc => github.com/opencontainers/runc v1.0.0

require (
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
helm.sh/helm/v3 v3.6.0
helm.sh/helm/v3 v3.6.3
rsc.io/letsencrypt v0.0.3 // indirect
)
Loading

0 comments on commit 7eafc94

Please sign in to comment.