mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
* Bump goreleaser to v1.0.0 Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com> * Bump goreleaser to v1.1.0 Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com> * Cleanup Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com> Co-authored-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
21 lines
560 B
Modula-2
21 lines
560 B
Modula-2
module github.com/helm/chart-testing/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/MakeNowJust/heredoc v1.0.0
|
|
github.com/Masterminds/semver v1.5.0
|
|
github.com/goreleaser/goreleaser v1.1.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/go-retryablehttp v0.7.0
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.9.0
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/tools v0.1.7
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|