This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +19
-17
lines changed Expand file tree Collapse file tree 12 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 11module github.com/apache/incubator-kie-kogito-serverless-operator/api
22
3- go 1.22.8
3+ go 1.22.0
44
55require (
6- github.com/serverlessworkflow/sdk-go/v2 v2.4.1
6+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2
77 k8s.io/api v0.31.1
88 k8s.io/apimachinery v0.31.1
99 knative.dev/pkg v0.0.0-20231023151236-29775d7c9e5c
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G
8080github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
8181github.com/relvacode/iso8601 v1.4.0 h1:GsInVSEJfkYuirYFxa80nMLbH2aydgZpIf52gYZXUJs =
8282github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
83- github.com/serverlessworkflow/sdk-go/v2 v2.4.1 h1:9NnaYGhSKZj19rRC8gTZ3IVJJ4EjFG0LJuQe/bt510Q =
83+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI =
8484github.com/sosodev/duration v1.3.1 h1:qtHBDMQ6lvMQsL15g4aopM4HEfOaYuhWBw3NPTtlqq4 =
8585github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
8686github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
Original file line number Diff line number Diff line change 11module github.com/apache/incubator-kie-kogito-serverless-operator/bddframework
22
3- go 1.22.8
3+ go 1.22.0
44
55// Internal dependencies
66replace github.com/apache/incubator-kie-kogito-serverless-operator => ../
Original file line number Diff line number Diff line change 11module github.com/apache/incubator-kie-kogito-serverless-operator
22
3- go 1.22.8
3+ go 1.22.0
44
55// Internal dependencies
66replace (
@@ -24,7 +24,7 @@ require (
2424 github.com/openshift/client-go v0.0.0-20240528061634-b054aa794d87
2525 github.com/pkg/errors v0.9.1
2626 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.55.1
27- github.com/serverlessworkflow/sdk-go/v2 v2.4.1
27+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2
2828 github.com/stretchr/testify v1.9.0
2929 k8s.io/api v0.31.1
3030 k8s.io/apimachinery v0.31.1
Original file line number Diff line number Diff line change @@ -363,8 +363,8 @@ github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 h1:uIkTLo0AGRc8l7h5l9r+GcYi9qfVP
363363github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 /go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0 =
364364github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0 =
365365github.com/sergi/go-diff v1.1.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
366- github.com/serverlessworkflow/sdk-go/v2 v2.4.1 h1:9NnaYGhSKZj19rRC8gTZ3IVJJ4EjFG0LJuQe/bt510Q =
367- github.com/serverlessworkflow/sdk-go/v2 v2.4.1 /go.mod h1:gl5WYsxKseaozFkHJwWNO5EGcG7Zztqk2HGuqeCovj4 =
366+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI =
367+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2 /go.mod h1:WGJR0YhXp035Y/toMKwHeIT5/EDEkDEDozn6VIGSUqI =
368368github.com/sirupsen/logrus v1.2.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
369369github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
370370github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
Original file line number Diff line number Diff line change 1- go 1.22.8
1+ go 1.22.0
22
33use (
44 .
@@ -15,7 +15,7 @@ replace (
1515 github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb
1616
1717 // Main dependencies sync
18- github.com/serverlessworkflow/sdk-go/v2 => github.com/serverlessworkflow/sdk-go/v2 v2.4.1
18+ github.com/serverlessworkflow/sdk-go/v2 => github.com/serverlessworkflow/sdk-go/v2 v2.4.2
1919 k8s.io/api => k8s.io/api v0.31.1
2020 k8s.io/apimachinery => k8s.io/apimachinery v0.31.1
2121 k8s.io/client-go => k8s.io/client-go v0.31.1
Original file line number Diff line number Diff line change @@ -2690,6 +2690,8 @@ github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
26902690github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20 /go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg =
26912691github.com/sclevine/spec v1.2.0 h1:1Jwdf9jSfDl9NVmt8ndHqbTZ7XCCPbh1jI3hkDBHVYA =
26922692github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I =
2693+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI =
2694+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2 /go.mod h1:WGJR0YhXp035Y/toMKwHeIT5/EDEkDEDozn6VIGSUqI =
26932695github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7 h1:80VN+vGkqM773Br/uNNTSheo3KatTgV8IpjIKjvVLng =
26942696github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 h1:udFKJ0aHUL60LboW/A+DfgoHVedieIzIXE8uylPue0U =
26952697github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 h1:pntxY8Ary0t43dCZ5dqY4YTJCObLY1kIXl0uzMv+7DE =
Original file line number Diff line number Diff line change 1717
1818- name : operator-builder
1919 version : 999.0.0-snapshot
20- from : ' golang:1.22.8 '
20+ from : ' golang:1.22'
2121 description : Builder Image for the Operator
2222
2323 args :
Original file line number Diff line number Diff line change 11module github.com/apache/incubator-kie-kogito-serverless-operator/testbdd
22
3- go 1.22.8
3+ go 1.22.0
44
55replace (
66 github.com/apache/incubator-kie-kogito-serverless-operator => ../
@@ -108,7 +108,7 @@ require (
108108 github.com/robfig/cron/v3 v3.0.1 // indirect
109109 github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 // indirect
110110 github.com/sergi/go-diff v1.1.0 // indirect
111- github.com/serverlessworkflow/sdk-go/v2 v2.4.1 // indirect
111+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2 // indirect
112112 github.com/sirupsen/logrus v1.9.3 // indirect
113113 github.com/sosodev/duration v1.3.1 // indirect
114114 github.com/src-d/gcfg v1.4.0 // indirect
Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg
779779github.com/sergi/go-diff v1.0.0 /go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo =
780780github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0 =
781781github.com/sergi/go-diff v1.1.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
782- github.com/serverlessworkflow/sdk-go/v2 v2.4.1 h1:9NnaYGhSKZj19rRC8gTZ3IVJJ4EjFG0LJuQe/bt510Q =
782+ github.com/serverlessworkflow/sdk-go/v2 v2.4.2 h1:dqRa/i5J885rk0bGIXzUVLwEFfRWB9gpQfOdXlbejsI =
783783github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 /go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4 =
784784github.com/shurcooL/sanitized_anchor_name v1.0.0 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
785785github.com/sirupsen/logrus v1.0.4-0.20170822132746-89742aefa4b2 /go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc =
You can’t perform that action at this time.
0 commit comments