Skip to content

Commit

Permalink
fix: dep update
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Oct 7, 2024
1 parent eb5d7d2 commit 60e5ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions api/v1/testkube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7170,8 +7170,6 @@ components:
$ref: "#/components/schemas/TestWorkflowRunningContextInterface"
actor:
$ref: "#/components/schemas/TestWorkflowRunningContextActor"
caller:
$ref: "#/components/schemas/TestWorkflowRunningContextCaller"

TestWorkflowRunningContextCaller:
description: running context caller for test workflow execution
Expand Down Expand Up @@ -7211,14 +7209,6 @@ components:
- testworkflow
- testworkflowexecution

TestWorkflowRunningContextCallerResourceType:
description: supported caller resource types for test workflow running context
type: string
enum:
- testworkflow
- testworkflowexecution
- testtrigger

Webhook:
description: CRD based webhook data
type: object
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ require (
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/kelseyhightower/envconfig v1.4.0
github.com/kubepug/kubepug v1.7.1
github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20240709112440-17212074779e
github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20241004144749-280aeba10b40
github.com/minio/minio-go/v7 v7.0.47
github.com/montanaflynn/stats v0.6.6
github.com/moogar0880/problems v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kubepug/kubepug v1.7.1 h1:LKhfSxS8Y5mXs50v+3Lpyec+cogErDLcV7CMUuiaisw=
github.com/kubepug/kubepug v1.7.1/go.mod h1:lv+HxD0oTFL7ZWjj0u6HKhMbbTIId3eG7aWIW0gyF8g=
github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20240709112440-17212074779e h1:IbhFGLyoHQhZUZwAPcXwO/5ttaWYjaRrGmJ2dK6mDoE=
github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20240709112440-17212074779e/go.mod h1:P47tw1nKQFufdsZndyq2HG2MSa0zK/lU0XpRfZtEmIk=
github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20241004144749-280aeba10b40 h1:8FrH3op0KpQHBKVHMq7FmSTOiIH49S/5+LnDLKm3/bQ=
github.com/kubeshop/testkube-operator v1.15.2-beta1.0.20241004144749-280aeba10b40/go.mod h1:P47tw1nKQFufdsZndyq2HG2MSa0zK/lU0XpRfZtEmIk=
github.com/leodido/go-urn v1.2.1 h1:BqpAaACuzVSgi/VLzGZIobT2z4v53pjosyNd9Yv6n/w=
github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY=
github.com/lithammer/fuzzysearch v1.1.8 h1:/HIuJnjHuXS8bKaiTMeeDlW2/AyIWk2brx1V8LFgLN4=
Expand Down

0 comments on commit 60e5ebd

Please sign in to comment.