File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/crossplane-contrib/function-extra-resources
33go 1.24.9
44
55require (
6- github.com/alecthomas/kong v0.8.1
6+ github.com/alecthomas/kong v0.9.0
77 github.com/crossplane/crossplane-runtime/v2 v2.1.0
88 github.com/crossplane/function-sdk-go v0.5.0
99 github.com/google/go-cmp v0.7.0
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/alecthomas/assert/v2 v2.1.0 h1:tbredtNcQnoSd3QBhQWI7QZ3XHOVkw1Moklp2o
44github.com/alecthomas/assert/v2 v2.1.0 /go.mod h1:b/+1DI2Q6NckYi+3mXyH3wFb8qG37K/DuK80n7WefXA =
55github.com/alecthomas/kong v0.8.1 h1:acZdn3m4lLRobeh3Zi2S2EpnXTd1mOL6U7xVml+vfkY =
66github.com/alecthomas/kong v0.8.1 /go.mod h1:n1iCIO2xS46oE8ZfYCNDqdR0b0wZNrXAIAqro/2132U =
7+ github.com/alecthomas/kong v0.9.0 h1:G5diXxc85KvoV2f0ZRVuMsi45IrBgx9zDNGNj165aPA =
8+ github.com/alecthomas/kong v0.9.0 /go.mod h1:Y47y5gKfHp1hDc7CH7OeXgLIpp+Q2m1Ni0L5s3bI8Os =
79github.com/alecthomas/repr v0.1.0 h1:ENn2e1+J3k09gyj2shc0dHr/yjaWSHRlrJ4DPMevDqE =
810github.com/alecthomas/repr v0.1.0 /go.mod h1:2kn6fqh/zIyPLmm3ugklbEi5hg5wS435eygvNfaDQL8 =
911github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
You can’t perform that action at this time.
0 commit comments