mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-06 12:45:22 +01:00
21 lines
590 B
Modula-2
21 lines
590 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 v0.164.0
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
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/pkg/errors v0.9.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/pflag v1.0.5
|
|
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
|
|
)
|