This repository was archived by the owner on May 23, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ go 1.19
5
5
require (
6
6
github.com/crossplane-contrib/provider-kubernetes v0.7.0
7
7
github.com/crossplane/crossplane v1.11.2
8
+ github.com/crossplane/crossplane-runtime v0.19.2
8
9
github.com/go-logr/logr v1.2.3
9
10
github.com/go-logr/zapr v1.2.3
10
11
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
12
13
github.com/urfave/cli/v2 v2.23.7
13
14
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff
14
15
go.uber.org/zap v1.24.0
@@ -23,7 +24,6 @@ require (
23
24
github.com/beorn7/perks v1.0.1 // indirect
24
25
github.com/cespare/xxhash/v2 v2.1.2 // indirect
25
26
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
26
- github.com/crossplane/crossplane-runtime v0.19.2 // indirect
27
27
github.com/davecgh/go-spew v1.1.1 // indirect
28
28
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
29
29
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
311
311
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
312
312
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
313
313
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 =
316
316
github.com/urfave/cli/v2 v2.23.7 h1:YHDQ46s3VghFHFf1DdF+Sh7H4RqhcM+t0TmZRJx4oJY =
317
317
github.com/urfave/cli/v2 v2.23.7 /go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc =
318
318
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff h1:3SbrU3helfolvvyjQ+Z25uL59XTj5TG8KZt62EtlKVM =
You can’t perform that action at this time.
0 commit comments