File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
7
7
github.com/jpillora/go-ogle-analytics v0.0.0-20161213085824-14b04e0594ef
8
- github.com/litmuschaos/chaos-operator v0.0.0-20240301085554-ba4d2f704cfa
8
+ github.com/litmuschaos/chaos-operator v0.0.0-20240601063404-e96a7ee7f1f7
9
9
github.com/litmuschaos/elves v0.0.0-20230607095010-c7119636b529
10
10
github.com/litmuschaos/litmus-go v0.0.0-20230605073551-d73728198577
11
11
github.com/onsi/ginkgo v1.16.5
Original file line number Diff line number Diff line change @@ -273,8 +273,8 @@ github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=
273
273
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
274
274
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
275
275
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
276
- github.com/litmuschaos/chaos-operator v0.0.0-20240301085554-ba4d2f704cfa h1:Avbgl6Pcqm2yfpAHOD3Cd5x2KnMPv+HJkE9e6I4oo5k =
277
- github.com/litmuschaos/chaos-operator v0.0.0-20240301085554-ba4d2f704cfa /go.mod h1:yDZVtAgRVgoQtf8tSN58tpus0kGFFJXTj/bppJCRrdo =
276
+ github.com/litmuschaos/chaos-operator v0.0.0-20240601063404-e96a7ee7f1f7 h1:W4+NpHoBJnbPL4x9WTDJWIg219ElfQjjjs4V7VfDBKM =
277
+ github.com/litmuschaos/chaos-operator v0.0.0-20240601063404-e96a7ee7f1f7 /go.mod h1:7aAslOjCI8sens0OA3gtQDDa7PO0af3n9U15PXGhpXI =
278
278
github.com/litmuschaos/elves v0.0.0-20230607095010-c7119636b529 h1:Id7WZy5wXg7RYHbunkzkXFRolrfAerZzZkpjZ6MEZ/4 =
279
279
github.com/litmuschaos/elves v0.0.0-20230607095010-c7119636b529 /go.mod h1:N4ljNnCRBeKgKw1zThi6wbQGQ2b6tlXb4eCVQRLJIvE =
280
280
github.com/litmuschaos/litmus-go v0.0.0-20230605073551-d73728198577 h1:8+3Ucb0VEY9F441vlweT1UEb1/4wbYxMXxGLad0It9M =
Original file line number Diff line number Diff line change @@ -206,9 +206,7 @@ var _ = Describe("BDD on chaos-runner", func() {
206
206
Experiments : []v1alpha1.ExperimentList {
207
207
{
208
208
Name : "pod-delete" ,
209
- Spec : v1alpha1.ExperimentAttributes {
210
- Rank : uint32 (1 ),
211
- },
209
+ Spec : v1alpha1.ExperimentAttributes {},
212
210
},
213
211
},
214
212
},
You can’t perform that action at this time.
0 commit comments