Skip to content

Commit dac6b03

Browse files
[Cheerypick 2.13.1] (#182)
* update(sdk): updating operator sdk version (#179) Signed-off-by: Shubham Chaudhary <[email protected]> Signed-off-by: Shubham Chaudhary <[email protected]> * Core(docs): Pull new cmdProbe inherit field and Removal of responseTimeout field into chaos-runner (#180) * Pull cmdProbe inherit changes into runner Signed-off-by: uditgaurav <[email protected]> Signed-off-by: Shubham Chaudhary <[email protected]> Signed-off-by: uditgaurav <[email protected]> Co-authored-by: Udit Gaurav <[email protected]>
1 parent 421160c commit dac6b03

2 files changed

Lines changed: 333 additions & 175 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.17
44

55
require (
66
github.com/jpillora/go-ogle-analytics v0.0.0-20161213085824-14b04e0594ef
7-
github.com/litmuschaos/chaos-operator v0.0.0-20220804112636-e3332c4460cf
7+
github.com/litmuschaos/chaos-operator v0.0.0-20220929101337-868b2827f820
88
github.com/litmuschaos/elves v0.0.0-20210325101625-5620f93aed51
9-
github.com/litmuschaos/litmus-go v0.0.0-20210914084212-c40973c39565
9+
github.com/litmuschaos/litmus-go v0.0.0-20220927112726-25d81a302a70
1010
github.com/onsi/ginkgo v1.16.5
1111
github.com/onsi/gomega v1.15.0
1212
github.com/pkg/errors v0.9.1
@@ -29,6 +29,7 @@ require (
2929
github.com/googleapis/gnostic v0.5.5 // indirect
3030
github.com/imdario/mergo v0.3.12 // indirect
3131
github.com/json-iterator/go v1.1.12 // indirect
32+
github.com/kr/pretty v0.2.1 // indirect
3233
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3334
github.com/modern-go/reflect2 v1.0.2 // indirect
3435
github.com/nxadm/tail v1.4.8 // indirect

0 commit comments

Comments
 (0)