This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-2.3.x by this push:
     new 9f28ac437 chore(deps): openshift api to 4.14
9f28ac437 is described below

commit 9f28ac4376f3e93b44a2a8b0d85b6780f76713e6
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Tue Apr 9 09:48:16 2024 +0200

    chore(deps): openshift api to 4.14
---
 go.mod | 4 ++--
 go.sum | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index 5f27c8ea0..acbb9324b 100644
--- a/go.mod
+++ b/go.mod
@@ -17,8 +17,8 @@ require (
        github.com/mattn/go-shellwords v1.0.12
        github.com/mitchellh/mapstructure v1.5.0
        github.com/onsi/gomega v1.32.0
-       // go get github.com/openshift/api@release-4.12
-       github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e
+       // go get github.com/openshift/api@release-4.14
+       github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13
        github.com/operator-framework/api v0.20.0
        github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring 
v0.67.1
        github.com/prometheus/client_golang v1.19.0
diff --git a/go.sum b/go.sum
index a5f72f5a6..87fd2198a 100644
--- a/go.sum
+++ b/go.sum
@@ -333,8 +333,8 @@ github.com/opencontainers/go-digest v1.0.0 
h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
 github.com/opencontainers/go-digest v1.0.0/go.mod 
h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
 github.com/opencontainers/image-spec v1.1.0-rc3 
h1:fzg1mXZFj8YdPeNkRXMg+zb88BFV0Ys52cJydRwBkb8=
 github.com/opencontainers/image-spec v1.1.0-rc3/go.mod 
h1:X4pATf0uXsnn3g5aiGIsVnJBR4mxhKzfwmvK/B2NTm8=
-github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e 
h1:Hbw58VzpO9SktwYwXhiiubgvGmNTNeK6mxGtjPQ0uy4=
-github.com/openshift/api v0.0.0-20230817133225-564be9ddb58e/go.mod 
h1:aQ6LDasvHMvHZXqLHnX2GRmnfTWCF/iIwz8EMTTIE9A=
+github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13 
h1:KNaEkpcVi4XGb86cA6FMJ8Wia7KWAembCUv8blIksTY=
+github.com/openshift/api v0.0.0-20240304080513-3e8192a10b13/go.mod 
h1:yimSGmjsI+XF1mr+AKBs2//fSXIOhhetHGbMlBEfXbs=
 github.com/operator-framework/api v0.20.0 
h1:A2YCRhr+6s0k3pRJacnwjh1Ue8BqjIGuQ2jvPg9XCB4=
 github.com/operator-framework/api v0.20.0/go.mod 
h1:rXPOhrQ6mMeXqCmpDgt1ALoar9ZlHL+Iy5qut9R99a4=
 github.com/pelletier/go-toml/v2 v2.1.0 
h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=

Reply via email to