build(deps): bump github.com/helmfile/vals from 0.25.0 to 0.26.0 (#938)
Bumps [github.com/helmfile/vals](https://github.com/helmfile/vals) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/helmfile/vals/releases) - [Changelog](https://github.com/helmfile/vals/blob/main/.goreleaser.yml) - [Commits](https://github.com/helmfile/vals/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: github.com/helmfile/vals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ba84a14de3
commit
b6581ee4bc
2
go.mod
2
go.mod
|
|
@ -14,7 +14,7 @@ require (
|
||||||
github.com/gosuri/uitable v0.0.4
|
github.com/gosuri/uitable v0.0.4
|
||||||
github.com/hashicorp/go-getter v1.7.1
|
github.com/hashicorp/go-getter v1.7.1
|
||||||
github.com/helmfile/chartify v0.14.0
|
github.com/helmfile/chartify v0.14.0
|
||||||
github.com/helmfile/vals v0.25.0
|
github.com/helmfile/vals v0.26.0
|
||||||
github.com/imdario/mergo v0.3.16
|
github.com/imdario/mergo v0.3.16
|
||||||
github.com/spf13/cobra v1.7.0
|
github.com/spf13/cobra v1.7.0
|
||||||
github.com/spf13/pflag v1.0.5
|
github.com/spf13/pflag v1.0.5
|
||||||
|
|
|
||||||
4
go.sum
4
go.sum
|
|
@ -657,8 +657,8 @@ github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 h1:xixZ2bWeofWV68J
|
||||||
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
|
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87/go.mod h1:CtWFDAQgb7dxtzFs4tWbplKIe2jSi3+5vKbgIO0SLnQ=
|
||||||
github.com/helmfile/chartify v0.14.0 h1:uKGF+Qpx8pdLDHoaGY4HnOD68P8R3+bjEIH3PVJbDmA=
|
github.com/helmfile/chartify v0.14.0 h1:uKGF+Qpx8pdLDHoaGY4HnOD68P8R3+bjEIH3PVJbDmA=
|
||||||
github.com/helmfile/chartify v0.14.0/go.mod h1:DxbZoZed5bq27zr9+rZ5rV8g4Lr9dWoZVp5VzDx6pO4=
|
github.com/helmfile/chartify v0.14.0/go.mod h1:DxbZoZed5bq27zr9+rZ5rV8g4Lr9dWoZVp5VzDx6pO4=
|
||||||
github.com/helmfile/vals v0.25.0 h1:ZW1ABvY+SwUbCnl4HolsAqklcqEPVVuxMwiNEIPzwtA=
|
github.com/helmfile/vals v0.26.0 h1:5F5HAe+H19GXImu8NYYO4wBUHul2Czx6HvFrZmqITWo=
|
||||||
github.com/helmfile/vals v0.25.0/go.mod h1:Umvg1mKqazaUBjOl74I0u25obw34w603YxoPlhDIvtc=
|
github.com/helmfile/vals v0.26.0/go.mod h1:Umvg1mKqazaUBjOl74I0u25obw34w603YxoPlhDIvtc=
|
||||||
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f h1:7LYC+Yfkj3CTRcShK0KOL/w6iTiKyqqBA9a41Wnggw8=
|
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f h1:7LYC+Yfkj3CTRcShK0KOL/w6iTiKyqqBA9a41Wnggw8=
|
||||||
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f/go.mod h1:pFlLw2CfqZiIBOx6BuCeRLCrfxBJipTY0nIOF/VbGcI=
|
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f/go.mod h1:pFlLw2CfqZiIBOx6BuCeRLCrfxBJipTY0nIOF/VbGcI=
|
||||||
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef h1:A9HsByNhogrvm9cWb28sjiS3i7tcKCkflWFEkHfuAgM=
|
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef h1:A9HsByNhogrvm9cWb28sjiS3i7tcKCkflWFEkHfuAgM=
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue