diff --git a/cli/go.mod b/cli/go.mod index 950b9244..128f2ab8 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -6,7 +6,7 @@ require ( github.com/briandowns/spinner v1.23.0 github.com/fatih/color v1.16.0 github.com/google/go-github v17.0.0+incompatible - github.com/kurtosis-tech/kurtosis/api/golang v0.86.9 + github.com/kurtosis-tech/kurtosis/api/golang v0.86.10 github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409 github.com/natefinch/lumberjack v2.0.0+incompatible github.com/sirupsen/logrus v1.9.3 @@ -15,7 +15,7 @@ require ( require ( github.com/kr/text v0.2.0 // indirect - github.com/kurtosis-tech/kurtosis/utils v0.0.0-20240122181410-d3897630e34c // indirect + github.com/kurtosis-tech/kurtosis/utils v0.0.0-20240124210655-a35e0a2cee4b // indirect github.com/mholt/archiver v3.1.1+incompatible // indirect github.com/pierrec/lz4 v2.6.1+incompatible // indirect ) @@ -26,7 +26,7 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/google/uuid v1.6.0 // indirect - github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20240122181410-d3897630e34c // indirect + github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20240124210655-a35e0a2cee4b // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/objx v0.5.1 // indirect github.com/stretchr/testify v1.8.4 @@ -43,7 +43,7 @@ require ( github.com/google/go-querystring v1.1.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20231031173452-349f1ec9a443 // indirect - github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20240122181410-d3897630e34c // indirect + github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20240124210655-a35e0a2cee4b // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/nwaples/rardecode v1.1.3 // indirect diff --git a/test/functional/go.mod b/test/functional/go.mod index 2d24fd6f..1d2de125 100644 --- a/test/functional/go.mod +++ b/test/functional/go.mod @@ -3,10 +3,10 @@ module github.com/HugoByte/DIVE/test/functional go 1.21.4 require ( - github.com/google/uuid v1.5.0 + github.com/google/uuid v1.6.0 github.com/hugobyte/dive-core/cli v0.0.0-20240117101917-8ee8b4124677 - github.com/onsi/ginkgo/v2 v2.13.2 - github.com/onsi/gomega v1.31.0 + github.com/onsi/ginkgo/v2 v2.15.0 + github.com/onsi/gomega v1.31.1 ) require ( @@ -53,7 +53,7 @@ require ( golang.org/x/sys v0.16.0 // indirect golang.org/x/term v0.16.0 // indirect golang.org/x/text v0.14.0 // indirect - golang.org/x/tools v0.14.0 // indirect + golang.org/x/tools v0.16.1 // indirect google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect google.golang.org/genproto/googleapis/api v0.0.0-20240116215550-a9fa1716bcac // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect