Skip to content

Commit

Permalink
[1.42.x] Update internal dependency modules version in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 7, 2023
1 parent 0642b67 commit 3ff4055
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ require (
github.com/RHsyseng/operator-utils v1.4.12
github.com/go-logr/logr v1.2.4
github.com/kiegroup/kogito-serverless-operator/api v1.42.0
github.com/kiegroup/kogito-serverless-operator/container-builder v0.0.0
github.com/kiegroup/kogito-serverless-operator/workflowproj v0.0.0
github.com/kiegroup/kogito-serverless-operator/container-builder v1.42.0
github.com/kiegroup/kogito-serverless-operator/workflowproj v1.42.0
github.com/magiconair/properties v1.8.7
github.com/onsi/ginkgo/v2 v2.9.5
github.com/onsi/gomega v1.27.7
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/kiegroup/kogito-serverless-operator/api v1.42.0 h1:/ZyUGh4uodyHnCKjUCJKGV5s/GYk65xApyTK8J5vSiE=
github.com/kiegroup/kogito-serverless-operator/api v1.42.0/go.mod h1:5nAGodPBf6ebCjFtF7JKl40Ji0ptG0JwJNT/P0OupfE=
github.com/kiegroup/kogito-serverless-operator/container-builder v1.42.0 h1:XZkwOJXT/bac4+ZRPIGB3Si2tI4CzxuAfm+7NN6iJT0=
github.com/kiegroup/kogito-serverless-operator/container-builder v1.42.0/go.mod h1:yJkMSuvHs6sny3Usok+yadgX7hs1eL69GoqKZAsmTtI=
github.com/kiegroup/kogito-serverless-operator/workflowproj v1.42.0 h1:T7ynLAMVgJy2zjfkrfbk60VsH9WgQDX1H6UtczQ/MCc=
github.com/kiegroup/kogito-serverless-operator/workflowproj v1.42.0/go.mod h1:jOqR9ClHIObdlCwXxCaqXQxtHn1C+1J6uepezqqDlVk=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
Expand Down

0 comments on commit 3ff4055

Please sign in to comment.