Skip to content

Commit c00bdcb

Browse files
chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.9.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.7.1...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 982beb4 commit c00bdcb

File tree

2 files changed

+7
-232
lines changed

2 files changed

+7
-232
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/spf13/afero v1.8.2
1313
github.com/spf13/cobra v1.4.0
1414
github.com/spf13/viper v1.12.0
15-
github.com/stretchr/testify v1.7.1
15+
github.com/stretchr/testify v1.9.0
1616
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
1717
k8s.io/cli-runtime v0.24.2
1818
sigs.k8s.io/kind v0.11.1
@@ -75,7 +75,7 @@ require (
7575
gopkg.in/inf.v0 v0.9.1 // indirect
7676
gopkg.in/ini.v1 v1.66.4 // indirect
7777
gopkg.in/yaml.v2 v2.4.0 // indirect
78-
gopkg.in/yaml.v3 v3.0.0 // indirect
78+
gopkg.in/yaml.v3 v3.0.1 // indirect
7979
k8s.io/api v0.24.2 // indirect
8080
k8s.io/apimachinery v0.24.2 // indirect
8181
k8s.io/client-go v0.24.2 // indirect

0 commit comments

Comments
 (0)