-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Reinhard Nägele <[email protected]>
- Loading branch information
1 parent
1bccc24
commit 3a490fa
Showing
5 changed files
with
652 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,20 @@ | ||
module github.com/helm/chart-testing/v3 | ||
|
||
go 1.14 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/MakeNowJust/heredoc v1.0.0 | ||
github.com/Masterminds/semver v1.5.0 | ||
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/goreleaser/goreleaser v0.129.0 | ||
github.com/goreleaser/goreleaser v0.164.0 | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
github.com/hashicorp/go-retryablehttp v0.6.4 | ||
github.com/hashicorp/go-retryablehttp v0.6.8 | ||
github.com/mattn/go-shellwords v1.0.10 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v1.2.2 // indirect | ||
github.com/pelletier/go-toml v1.6.0 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/afero v1.2.2 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/cobra v0.0.7 | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.6.2 | ||
github.com/stretchr/testify v1.5.1 | ||
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect | ||
golang.org/x/tools v0.0.0-20200328031815-3db5fc6bac03 | ||
gopkg.in/ini.v1 v1.55.0 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/testify v1.7.0 | ||
golang.org/x/tools v0.0.0-20210105210202-9ed45478a130 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) |
Oops, something went wrong.