Skip to content

Commit 4a7163b

Browse files
committed
bump k8s api
Signed-off-by: Kartikey-star <kmamgain@redhat.com>
1 parent 4340299 commit 4a7163b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/devfile/library/v2
33
go 1.21
44

55
require (
6-
github.com/devfile/api/v2 v2.2.3-0.20240527085745-13d4d871485f
6+
github.com/devfile/api/v2 v2.3.0
77
github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024
88
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2
99
github.com/fatih/color v1.14.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
5959
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
6060
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
6161
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
62-
github.com/devfile/api/v2 v2.2.3-0.20240527085745-13d4d871485f h1:BzWRSN7PVAVHPfV3Wf6oUE5z3GJmXqXHYcdUwbucYmw=
63-
github.com/devfile/api/v2 v2.2.3-0.20240527085745-13d4d871485f/go.mod h1:lVyGiwv71WQpJwcwCweXOVcTnknEg7CwhFS5EgwiqVQ=
62+
github.com/devfile/api/v2 v2.3.0 h1:3LG0c5Z2jZuI8ReCf4OQMHfiKxsOgxTxz5c1Y9CqUYI=
63+
github.com/devfile/api/v2 v2.3.0/go.mod h1:lVyGiwv71WQpJwcwCweXOVcTnknEg7CwhFS5EgwiqVQ=
6464
github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d h1:XE1N4HVssY72KLp2omW3xoZ89vnIJ2w5/abp+3oWTaA=
6565
github.com/devfile/registry-support/index/generator v0.0.0-20240419194226-cca4c9a81f8d/go.mod h1:X/YcXBDg6PF+k/2yVRwnEVfQtNFGeVZOIGCyCkaBWO8=
6666
github.com/devfile/registry-support/registry-library v0.0.0-20240521161747-89fc566cb024 h1:rJZVQV/z6CzsjeHQmrC4ClP2hE0ad5hNCmI7ctN9ibo=

0 commit comments

Comments
 (0)