Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit f967c9a

Browse files
Update module github.com/stretchr/testify to v1.8.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 102dd42 commit f967c9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ go 1.19
55
require (
66
github.com/crossplane-contrib/provider-kubernetes v0.7.0
77
github.com/crossplane/crossplane v1.11.2
8+
github.com/crossplane/crossplane-runtime v0.19.2
89
github.com/go-logr/logr v1.2.3
910
github.com/go-logr/zapr v1.2.3
1011
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.63.0
11-
github.com/stretchr/testify v1.8.1
12+
github.com/stretchr/testify v1.8.2
1213
github.com/urfave/cli/v2 v2.23.7
1314
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff
1415
go.uber.org/zap v1.24.0
@@ -23,7 +24,6 @@ require (
2324
github.com/beorn7/perks v1.0.1 // indirect
2425
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2526
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
26-
github.com/crossplane/crossplane-runtime v0.19.2 // indirect
2727
github.com/davecgh/go-spew v1.1.1 // indirect
2828
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
2929
github.com/evanphx/json-patch/v5 v5.6.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
311311
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
312312
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
313313
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
314-
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
315-
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
314+
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
315+
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
316316
github.com/urfave/cli/v2 v2.23.7 h1:YHDQ46s3VghFHFf1DdF+Sh7H4RqhcM+t0TmZRJx4oJY=
317317
github.com/urfave/cli/v2 v2.23.7/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
318318
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff h1:3SbrU3helfolvvyjQ+Z25uL59XTj5TG8KZt62EtlKVM=

0 commit comments

Comments
 (0)