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

Commit f8fc556

Browse files
Update module github.com/urfave/cli/v2 to v2.25.1
Signed-off-by: Renovate Bot <[email protected]>
1 parent b6117d5 commit f8fc556

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,11 +5,12 @@ 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
12-
github.com/urfave/cli/v2 v2.23.7
13+
github.com/urfave/cli/v2 v2.25.1
1314
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff
1415
go.uber.org/zap v1.24.0
1516
k8s.io/api 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
@@ -313,8 +313,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
313313
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
314314
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
315315
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
316-
github.com/urfave/cli/v2 v2.23.7 h1:YHDQ46s3VghFHFf1DdF+Sh7H4RqhcM+t0TmZRJx4oJY=
317-
github.com/urfave/cli/v2 v2.23.7/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
316+
github.com/urfave/cli/v2 v2.25.1 h1:zw8dSP7ghX0Gmm8vugrs6q9Ku0wzweqPyshy+syu9Gw=
317+
github.com/urfave/cli/v2 v2.25.1/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
318318
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff h1:3SbrU3helfolvvyjQ+Z25uL59XTj5TG8KZt62EtlKVM=
319319
github.com/vshn/component-appcat/apis v0.0.0-20230331085454-9d11bb2726ff/go.mod h1:CmhF7UOC1bivx++1x43BJfJaHj2eOG1d6GRJZQQoQvc=
320320
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=

0 commit comments

Comments
 (0)