Skip to content

Commit

Permalink
Merge pull request #1 from ryansann/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
brandond authored Jul 19, 2021
2 parents ae1a86d + 7eafc94 commit dc11a25
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 dc11a25

Please sign in to comment.