From 24004afff86137ba3822aef30b45e68054f33a34 Mon Sep 17 00:00:00 2001 From: shreyasbhat0 Date: Wed, 27 Mar 2024 11:39:11 +0530 Subject: [PATCH] chore: version bump --- cli/common/constants.go | 2 +- cli/go.mod | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/cli/common/constants.go b/cli/common/constants.go index 0fa492e..a942b85 100644 --- a/cli/common/constants.go +++ b/cli/common/constants.go @@ -1,7 +1,7 @@ package common // !!!!!!!!!!! DO NOT UPDATE! WILL BE UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!! -const DiveVersion = "v0.1.1" +const DiveVersion = "v0.1.2" const ( DiveEnclave = "dive" diff --git a/cli/go.mod b/cli/go.mod index 067ded2..4f12680 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.87.3 + github.com/kurtosis-tech/kurtosis/api/golang v0.88.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,6 +15,7 @@ require ( require ( github.com/kr/text v0.2.0 // indirect + github.com/kurtosis-tech/kurtosis/path-compression v0.0.0-20240327025009-5fab14a6ac02 // 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 +27,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-20240305143752-6245ddf4c068 + github.com/kurtosis-tech/kurtosis/contexts-config-store v0.0.0-20240327025009-5fab14a6ac02 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/objx v0.5.2 // indirect github.com/stretchr/testify v1.9.0 @@ -38,12 +39,12 @@ require ( github.com/Masterminds/semver/v3 v3.2.1 // indirect github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect github.com/go-yaml/yaml v2.1.0+incompatible // indirect - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/golang/snappy v0.0.4 // indirect 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-20240305143752-6245ddf4c068 // indirect + github.com/kurtosis-tech/kurtosis/grpc-file-transfer/golang v0.0.0-20240327025009-5fab14a6ac02 // 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 @@ -56,8 +57,8 @@ require ( golang.org/x/sys v0.18.0 // indirect golang.org/x/term v0.18.0 // indirect golang.org/x/text v0.14.0 // indirect - google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 // indirect - google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20240325203815-454cdb8f5daa // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20240325203815-454cdb8f5daa // indirect google.golang.org/grpc v1.62.1 // indirect google.golang.org/protobuf v1.33.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect