mitchellh / cli

A Go library for implementing command-line interfaces.
Mozilla Public License 2.0
1.73k stars 123 forks source link

bump github.com/Masterminds/goutils to fix security issue #98

Closed tsaarni closed 2 years ago

tsaarni commented 2 years ago

This PR updates version of github.com/Masterminds/sprig/v3 (release notes). This removes security issue in on of its dependency github.com/Masterminds/goutils. The issue is described in advisory https://github.com/Masterminds/goutils/security/advisories/GHSA-xg2h-wx96-xgxr.

Closes #97

tsaarni commented 2 years ago

Sorry, I failed to notice there was already a PR for this. Closing this PR in favor of https://github.com/mitchellh/cli/pull/96.