Skip to content
Open
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.24
require (
github.com/docker/docker v28.2.2+incompatible
github.com/docker/go-connections v0.6.0
github.com/kurtosis-tech/kurtosis/api/golang v1.10.3
github.com/kurtosis-tech/kurtosis/api/golang v1.15.2
gopkg.in/yaml.v3 v3.0.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,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 v1.10.3 h1:0+ER8ExZYjqv+ikWoSCFzf5ncP3g1exHGkcSHes4Ywk=
github.com/kurtosis-tech/kurtosis/api/golang v1.10.3/go.mod h1:7jsreUn/zOtlJbNJcGPfjXsh7GWMgDd08Vn4ypUN78o=
github.com/kurtosis-tech/kurtosis/api/golang v1.15.2 h1:sZwn2LmPIsiNNJVY2/vgqUliPukjqZGc36Ck0bePMdM=
github.com/kurtosis-tech/kurtosis/api/golang v1.15.2/go.mod h1:7jsreUn/zOtlJbNJcGPfjXsh7GWMgDd08Vn4ypUN78o=
github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20250605165712-fe35eee5452c h1:gKJOaAGkaUei4zrp7D1nM1M0zdDrZtMqM8/kJcwJGr4=
github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20250605165712-fe35eee5452c/go.mod h1:hNsMq03seFWQ2ONZqvsjT6oflMx/oStdvBKZ6bmkUCo=
github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20250605165712-fe35eee5452c h1:iNZbOTmton3QNRR3h9EHK5YNnXvUTOsFZ8NllC+4ioE=
Expand Down