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,11 +5,10 @@ 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
9
8
github.com/go-logr/logr v1.2.3
10
9
github.com/go-logr/zapr v1.2.3
11
10
github.com/urfave/cli/v2 v2.23.7
12
- github.com/vshn/component-appcat/apis v0.0.0-20230323120435-814284eb8a95
11
+ github.com/vshn/component-appcat/apis v0.0.0-20230331085153-f45b453b0971
13
12
go.uber.org/zap v1.24.0
14
13
k8s.io/api v0.26.3
15
14
k8s.io/apimachinery v0.26.3
@@ -21,6 +20,7 @@ require (
21
20
github.com/beorn7/perks v1.0.1 // indirect
22
21
github.com/cespare/xxhash/v2 v2.1.2 // indirect
23
22
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
23
+ github.com/crossplane/crossplane-runtime v0.19.2 // indirect
24
24
github.com/davecgh/go-spew v1.1.1 // indirect
25
25
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
26
26
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
Original file line number Diff line number Diff line change @@ -313,8 +313,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
313
313
github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
314
314
github.com/urfave/cli/v2 v2.23.7 h1:YHDQ46s3VghFHFf1DdF+Sh7H4RqhcM+t0TmZRJx4oJY =
315
315
github.com/urfave/cli/v2 v2.23.7 /go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc =
316
- github.com/vshn/component-appcat/apis v0.0.0-20230323120435-814284eb8a95 h1:QJsf8XEBV0J/KjZQE1s3nDs37WW1euQehktYvtRsmRo =
317
- github.com/vshn/component-appcat/apis v0.0.0-20230323120435-814284eb8a95 /go.mod h1:0DH2tr5skgsfgDQKI3zeYdtCYmjG36Pfe5BcQD0o2PM =
316
+ github.com/vshn/component-appcat/apis v0.0.0-20230331085153-f45b453b0971 h1:/laSG6lHAZ9STP6yF6ooDB4FTJbbhRF+wpCXIKtv8vk =
317
+ github.com/vshn/component-appcat/apis v0.0.0-20230331085153-f45b453b0971 /go.mod h1:0DH2tr5skgsfgDQKI3zeYdtCYmjG36Pfe5BcQD0o2PM =
318
318
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f /go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU =
319
319
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 /go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ =
320
320
github.com/xeipuuv/gojsonschema v1.2.0 /go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y =
You can’t perform that action at this time.
0 commit comments