Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to work with 0.63.0 #25

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ethereum-network-partition-test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
)

require (
github.com/kurtosis-tech/kurtosis-sdk/api/golang v0.0.0-20221216155007-0f3a97306700
github.com/kurtosis-tech/kurtosis-sdk/api/golang v0.0.0-20221220092014-f40703297847
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409
)

Expand Down
4 changes: 2 additions & 2 deletions ethereum-network-partition-test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
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-sdk/api/golang v0.0.0-20221215170850-225a4aa740b8 h1:EHqN0Xn5rGjjASkOlEIhhJS9YzG+xTkel+EPlZQLfEU=
github.com/kurtosis-tech/kurtosis-sdk/api/golang v0.0.0-20221215170850-225a4aa740b8/go.mod h1:JUV33T4ge3WK08Tip4w6Za1ZewV2a0ksfjpuWUAxslQ=
github.com/kurtosis-tech/kurtosis-sdk/api/golang v0.0.0-20221216155007-0f3a97306700 h1:Mbz2Rhxq56BNVd6pUClTe8CZ4p4K2jAyQUuLV5wUdbo=
github.com/kurtosis-tech/kurtosis-sdk/api/golang v0.0.0-20221216155007-0f3a97306700/go.mod h1:JUV33T4ge3WK08Tip4w6Za1ZewV2a0ksfjpuWUAxslQ=
github.com/kurtosis-tech/kurtosis-sdk/api/golang v0.0.0-20221220092014-f40703297847 h1:ftljTokdtAgT0GcZ/KRglj0DY5S2iXRimN/vC/tvf6M=
github.com/kurtosis-tech/kurtosis-sdk/api/golang v0.0.0-20221220092014-f40703297847/go.mod h1:JUV33T4ge3WK08Tip4w6Za1ZewV2a0ksfjpuWUAxslQ=
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409 h1:YQTATifMUwZEtZYb0LVA7DK2pj8s71iY8rzweuUQ5+g=
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409/go.mod h1:y5weVs5d9wXXHcDA1awRxkIhhHC1xxYJN8a7aXnE6S8=
github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=
Expand Down