@@ -23,7 +23,6 @@ require (
2323 github.com/avast/retry-go/v4 v4.6.1
2424 github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df
2525 github.com/block-vision/sui-go-sdk v1.1.4
26- github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240821051457-da69c6d9617a
2726 github.com/cli/go-gh/v2 v2.13.0
2827 github.com/deckarep/golang-set/v2 v2.6.0
2928 github.com/ethereum/go-ethereum v1.17.0
@@ -85,7 +84,6 @@ require (
8584 golang.org/x/text v0.34.0
8685 google.golang.org/grpc v1.78.0
8786 gopkg.in/guregu/null.v4 v4.0.0
88- k8s.io/apimachinery v0.33.2
8987)
9088
9189require (
@@ -180,6 +178,7 @@ require (
180178 github.com/cenkalti/backoff/v5 v5.0.3 // indirect
181179 github.com/cespare/xxhash/v2 v2.3.0 // indirect
182180 github.com/chai2010/gettext-go v1.0.2 // indirect
181+ github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240821051457-da69c6d9617a // indirect
183182 github.com/chzyer/readline v1.5.1 // indirect
184183 github.com/cli/safeexec v1.0.0 // indirect
185184 github.com/cloudevents/sdk-go/binding/format/protobuf/v2 v2.16.2 // indirect
@@ -639,6 +638,7 @@ require (
639638 gotest.tools/v3 v3.5.2 // indirect
640639 k8s.io/api v0.32.3 // indirect
641640 k8s.io/apiextensions-apiserver v0.31.0 // indirect
641+ k8s.io/apimachinery v0.33.2 // indirect
642642 k8s.io/cli-runtime v0.31.2 // indirect
643643 k8s.io/client-go v0.32.3 // indirect
644644 k8s.io/component-base v0.31.2 // indirect
0 commit comments