Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
fix(deps): update module github.com/urfave/cli/v2 to v2.27.4 (#837)
Browse files Browse the repository at this point in the history
* fix(deps): update module github.com/urfave/cli/v2 to v2.27.4

* chore(go): go mod tidy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: tfmigrator-release-app[bot] <93083558+tfmigrator-release-app[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 850703c commit 5051949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/suzuki-shunsuke/expr-unmarshaler v0.1.0
github.com/suzuki-shunsuke/go-template-unmarshaler v0.1.0
github.com/tfmigrator/tfmigrator v0.5.1
github.com/urfave/cli/v2 v2.27.3
github.com/urfave/cli/v2 v2.27.4
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ github.com/tfmigrator/tfmigrator v0.5.1 h1:O56GSzi5qwW8zVhiukjknlvNEdwYWhyC2mUjl
github.com/tfmigrator/tfmigrator v0.5.1/go.mod h1:SGPdM2VQocwtN5QyyFiFSXPImgiW0dtI3oa4UnRRg8o=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
github.com/urfave/cli/v2 v2.27.3 h1:/POWahRmdh7uztQ3CYnaDddk0Rm90PyOgIxgW2rr41M=
github.com/urfave/cli/v2 v2.27.3/go.mod h1:m4QzxcD2qpra4z7WhzEGn74WZLViBnMpb1ToCAKdGRQ=
github.com/urfave/cli/v2 v2.27.4 h1:o1owoI+02Eb+K107p27wEX9Bb8eqIoZCfLXloLUSWJ8=
github.com/urfave/cli/v2 v2.27.4/go.mod h1:m4QzxcD2qpra4z7WhzEGn74WZLViBnMpb1ToCAKdGRQ=
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
github.com/vmihailenco/msgpack/v4 v4.3.12/go.mod h1:gborTTJjAo/GWTqqRjrLCn9pgNN+NXzzngzBKDPIqw4=
github.com/vmihailenco/tagparser v0.1.1/go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI=
Expand Down

0 comments on commit 5051949

Please sign in to comment.