1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00

Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#695)

This commit is contained in:
dependabot[bot]
2024-11-26 08:42:50 +01:00
committed by GitHub
parent ff71da504a
commit 00c7972386
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v2 v2.4.0
helm.sh/helm/v3 v3.16.3
)