diff --git a/README.md b/README.md index 1a53ce5..4915e23 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ First public release! - Fixed an issue where the test planner's resultant network topology was non-deterministic - Fixed an issue where a dropped port-forwarding connection to a pod may result in a panic - Fixed an issue where Chaos Mesh would fail to find targets in networks with more than 10 nodes -- Updated for Kurtosis SDK v0.88.5 +- Updated for Kurtosis SDK v0.89.3 **Jan 30, 2024 version v0.3 (internal)** - Fixed the demo example suite diff --git a/go.mod b/go.mod index b03c307..cac24ee 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/chaos-mesh/chaos-mesh/api v0.0.0-20240104130649-f55576898805 github.com/ethereum/go-ethereum v1.13.8 github.com/grafana-tools/sdk v0.0.0-20220919052116-6562121319fc - github.com/kurtosis-tech/kurtosis/api/golang v0.88.5 + github.com/kurtosis-tech/kurtosis/api/golang v0.89.3 github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409 github.com/rs/zerolog v1.29.1 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index cda68a2..f3d9209 100644 --- a/go.sum +++ b/go.sum @@ -220,8 +220,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/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20231031173452-349f1ec9a443 h1:jqFVT4FcZU+wG+y5FV+Xz9+IwNqSyredbcFKHfK2Kh8= github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20231031173452-349f1ec9a443/go.mod h1:bWSMQK3WHVTGHX9CjxPAb/LtzcmfOxID2wdzakSWQxo= -github.com/kurtosis-tech/kurtosis/api/golang v0.88.5 h1:Bp0YLBb6RyvDx1B5XCR73HHLDj+Ez7h4boRV0wC8IkU= -github.com/kurtosis-tech/kurtosis/api/golang v0.88.5/go.mod h1:9T22P7Vv3j5g6sbm78DxHQ4s9C4Cj3s9JjFQ7DFyYpM= +github.com/kurtosis-tech/kurtosis/api/golang v0.89.3 h1:yJj+po/Al1zs8EjSKoSA9yLo0S+6kP3wd4W4F8WfoNU= +github.com/kurtosis-tech/kurtosis/api/golang v0.89.3/go.mod h1:9T22P7Vv3j5g6sbm78DxHQ4s9C4Cj3s9JjFQ7DFyYpM= github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20240109102239-4ba41ce90af0 h1:/anRCavLbkzCdRMRovtZAx6Dg6di5CgqLciWiQUdNLY= github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20240109102239-4ba41ce90af0/go.mod h1:bm+jMBhirwvfuXG99TDZFuvmSwDfeziVJPobRvHgafc= github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20240109102239-4ba41ce90af0 h1:Er0K/PnwBWI+PgKf5KWRjaHccveJwIW4wrM1ebvWMg8=