1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00
Files
chart-testing/go.mod
Tyler Auerbeck e97261b3eb Bump goreleaser to v1.1.0 (#369)
* 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>
2022-01-06 15:56:27 +01:00

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
)