Skip to content

Commit

Permalink
Update Results to v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khrm authored and PuneetPunamiya committed Dec 10, 2024
1 parent 6f8f117 commit e2ac3ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
module github.com/openshift-pipelines/opc

go 1.22.5
go 1.22.8

toolchain go1.22.9

require (
github.com/openshift-pipelines/manual-approval-gate v0.4.0
github.com/openshift-pipelines/pipelines-as-code v0.29.0
github.com/spf13/cobra v1.8.1
github.com/tektoncd/cli v0.39.0
github.com/tektoncd/results v0.13.1
github.com/tektoncd/results v0.13.2
)

replace k8s.io/client-go => k8s.io/client-go v0.31.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1020,8 +1020,8 @@ github.com/tektoncd/hub v1.19.0 h1:UXl/jPB9uoa4ULyh64SN1VuKMMIZvXq6bkRGI8ATU+g=
github.com/tektoncd/hub v1.19.0/go.mod h1:JJvxZ37nPygZOaUgDIQddihWnD+hSKExPs261FXmttc=
github.com/tektoncd/pipeline v0.65.2 h1:N63Xb9uiunewPVDTz4nGamJOtVg+Q38Cy4LRpvr+2e4=
github.com/tektoncd/pipeline v0.65.2/go.mod h1:V3cyfxxc7b3GLT2a13GX2mWA86qmxWhh4mOp4gfFQwQ=
github.com/tektoncd/results v0.13.1 h1:A43Pg/IsQ9t1X/5TD/4l0dZCGBzQYqSBFSxPteR60yg=
github.com/tektoncd/results v0.13.1/go.mod h1:x3ofAdcn9hvL42xCeG6ZsWKGJWCLk1am259Dx55McpQ=
github.com/tektoncd/results v0.13.2 h1:PZuIc6rMgG03Anc9cykQs+JeCiY2fVa9uCB+eT50H4A=
github.com/tektoncd/results v0.13.2/go.mod h1:x3ofAdcn9hvL42xCeG6ZsWKGJWCLk1am259Dx55McpQ=
github.com/tektoncd/triggers v0.30.0 h1:1RV3yxRlEN565qHYG8vIKyfrU3QVZkPuv67qurLeSYg=
github.com/tektoncd/triggers v0.30.0/go.mod h1:YkhGaFuL+z4aErBHz66di1dwuDjowmryTq6OAfQvpus=
github.com/thales-e-security/pool v0.0.2 h1:RAPs4q2EbWsTit6tpzuvTFlgFRJ3S8Evf5gtvVDbmPg=
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"pac": "0.29.0", "tkn": "0.39.0", "results": "0.13.0", "manualapprovalgate": "0.4.0", "opc": "devel"}
{"pac": "0.29.0", "tkn": "0.39.0", "results": "0.13.2", "manualapprovalgate": "0.4.0", "opc": "devel"}
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ github.com/tektoncd/pipeline/pkg/remote/oci
github.com/tektoncd/pipeline/pkg/result
github.com/tektoncd/pipeline/pkg/spire/config
github.com/tektoncd/pipeline/pkg/substitution
# github.com/tektoncd/results v0.13.1
# github.com/tektoncd/results v0.13.2
## explicit; go 1.22.0
github.com/tektoncd/results/pkg/api/server/cel
github.com/tektoncd/results/pkg/api/server/config
Expand Down

0 comments on commit e2ac3ed

Please sign in to comment.