Skip to content

Commit

Permalink
Bump chartify to v0.9.3 (#2113)
Browse files Browse the repository at this point in the history
This release fixes a few issues, including a regression introduced in the previous version of chartify v0.9.2.

See https://github.com/variantdev/chartify/releases/tag/v0.9.3 for more information.
  • Loading branch information
mumoshu authored Mar 24, 2022
1 parent 185bc82 commit f65d1e6
Show file tree
Hide file tree
Showing 2 changed files with 1,045 additions and 96 deletions.
23 changes: 11 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,39 @@ module github.com/roboll/helmfile
go 1.14

require (
cloud.google.com/go/secretmanager v1.3.0 // indirect
github.com/Masterminds/semver/v3 v3.1.1
github.com/Masterminds/sprig/v3 v3.2.1
github.com/Masterminds/sprig/v3 v3.2.2
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
github.com/davecgh/go-spew v1.1.1
github.com/frankban/quicktest v1.11.2 // indirect
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
github.com/go-test/deep v1.0.7
github.com/golang/mock v1.5.0
github.com/google/go-cmp v0.5.5
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.7
github.com/gosuri/uitable v0.0.4
github.com/hashicorp/go-getter v1.5.9
github.com/hashicorp/go-retryablehttp v0.6.3 // indirect
github.com/hashicorp/go-version v1.2.1
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/imdario/mergo v0.3.11
github.com/imdario/mergo v0.3.12
github.com/jessevdk/go-flags v1.4.0
github.com/kylelemons/godebug v1.1.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-isatty v0.0.14
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/r3labs/diff v1.1.0
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/tatsushid/go-prettytable v0.0.0-20141013043238-ed2d14c29939
github.com/urfave/cli v1.22.5
github.com/variantdev/chartify v0.9.2
github.com/variantdev/chartify v0.9.3
github.com/variantdev/dag v1.1.0
github.com/variantdev/vals v0.15.0
go.uber.org/multierr v1.6.0
go.uber.org/zap v1.16.0
go.uber.org/zap v1.19.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible
gotest.tools/v3 v3.0.3
k8s.io/apimachinery v0.19.3
k8s.io/apimachinery v0.23.4
)
Loading

0 comments on commit f65d1e6

Please sign in to comment.