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

Commit f4e188c

Browse files
Update github.com/vshn/component-appcat/apis digest to b0418f5
Signed-off-by: Renovate Bot <[email protected]>
1 parent b6117d5 commit f4e188c

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,12 +5,13 @@ 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
1112
github.com/stretchr/testify v1.8.1
1213
github.com/urfave/cli/v2 v2.23.7
13-
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff
14+
github.com/vshn/component-appcat/apis v0.0.0-20230411090651-b0418f5ceb5c
1415
go.uber.org/zap v1.24.0
1516
k8s.io/api v0.26.3
1617
k8s.io/apimachinery v0.26.3
@@ -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
@@ -315,8 +315,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
315315
github.com/stretchr/testify v1.8.1/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=
318-
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff h1:3SbrU3helfolvvyjQ+Z25uL59XTj5TG8KZt62EtlKVM=
319-
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff/go.mod h1:CmhF7UOC1bivx++1x43BJfJaHj2eOG1d6GRJZQQoQvc=
318+
github.com/vshn/component-appcat/apis v0.0.0-20230411090651-b0418f5ceb5c h1:kOGspt5NPYwS+XFPalqdGSNZkx+NkomWb8EqDc8zQ3w=
319+
github.com/vshn/component-appcat/apis v0.0.0-20230411090651-b0418f5ceb5c/go.mod h1:0DH2tr5skgsfgDQKI3zeYdtCYmjG36Pfe5BcQD0o2PM=
320320
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
321321
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ=
322322
github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y=

0 commit comments

Comments
 (0)