From 464b5d9046de2d75666ee8cc08608c4c9831c67b Mon Sep 17 00:00:00 2001 From: Abhishek Harde <47945971+abhiyana@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:15:50 +0530 Subject: [PATCH] chore: kurtosis sdk version bump to v0.85.0 and Dive Cli Release version to v0.0.14-beta (#210) * chore: kurtosis sdk version bump to v0.85.0 * chore: bump up dive-cli version to v0.0.14-beta --- cli/common/constants.go | 2 +- cli/go.mod | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/common/constants.go b/cli/common/constants.go index 11a86d02..a66fa8fd 100644 --- a/cli/common/constants.go +++ b/cli/common/constants.go @@ -3,7 +3,7 @@ package common var DiveLogs bool // !!!!!!!!!!! DO NOT UPDATE! WILL BE UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!! -var DiveVersion = "v0.0.13-beta" +var DiveVersion = "v0.0.14-beta" const ( DiveEnclave = "dive" diff --git a/cli/go.mod b/cli/go.mod index ddb8d248..824f312e 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.15.0 github.com/google/go-github v17.0.0+incompatible - github.com/kurtosis-tech/kurtosis/api/golang v0.84.8 + github.com/kurtosis-tech/kurtosis/api/golang v0.85.0 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 @@ -50,10 +50,10 @@ require ( github.com/spf13/pflag v1.0.5 // indirect github.com/ulikunitz/xz v0.5.10 // indirect github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect - golang.org/x/net v0.14.0 // indirect - golang.org/x/sys v0.11.0 // indirect - golang.org/x/term v0.11.0 // indirect - golang.org/x/text v0.12.0 // indirect + golang.org/x/net v0.17.0 // indirect + golang.org/x/sys v0.13.0 // indirect + golang.org/x/term v0.13.0 // indirect + golang.org/x/text v0.13.0 // indirect google.golang.org/genproto v0.0.0-20230706204954-ccb25ca9f130 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 // indirect