From fda427f49b62def5ccf4722f2c6503659935e7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:36:05 +0000 Subject: [PATCH 1/2] build(deps): bump github.com/adrg/xdg in /src/go/rdctl Bumps [github.com/adrg/xdg](https://github.com/adrg/xdg) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/adrg/xdg/releases) - [Commits](https://github.com/adrg/xdg/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: github.com/adrg/xdg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/go/rdctl/go.mod | 4 ++-- src/go/rdctl/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/go/rdctl/go.mod b/src/go/rdctl/go.mod index 0e898d0b85a..6043fc44b46 100644 --- a/src/go/rdctl/go.mod +++ b/src/go/rdctl/go.mod @@ -3,12 +3,11 @@ module github.com/rancher-sandbox/rancher-desktop/src/go/rdctl go 1.22.0 require ( - github.com/adrg/xdg v0.5.0 + github.com/adrg/xdg v0.5.1 github.com/docker/cli v27.3.1+incompatible github.com/google/uuid v1.6.0 github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af github.com/spf13/cobra v1.8.1 - github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 golang.org/x/sys v0.26.0 golang.org/x/text v0.19.0 @@ -23,6 +22,7 @@ require ( github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect + github.com/spf13/pflag v1.0.5 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect gotest.tools/v3 v3.5.1 // indirect diff --git a/src/go/rdctl/go.sum b/src/go/rdctl/go.sum index 1d2858f9658..089d4c15b9f 100644 --- a/src/go/rdctl/go.sum +++ b/src/go/rdctl/go.sum @@ -1,5 +1,5 @@ -github.com/adrg/xdg v0.5.0 h1:dDaZvhMXatArP1NPHhnfaQUqWBLBsmx1h1HXQdMoFCY= -github.com/adrg/xdg v0.5.0/go.mod h1:dDdY4M4DF9Rjy4kHPeNL+ilVF+p2lK8IdM9/rTSGcI4= +github.com/adrg/xdg v0.5.1 h1:Im8iDbEFARltY09yOJlSGu4Asjk2vF85+3Dyru8uJ0U= +github.com/adrg/xdg v0.5.1/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= From b7965f7f1dbab7a10366cda446ae5ad5f91cdd1c Mon Sep 17 00:00:00 2001 From: Rancher Desktop Dependency Manager Date: Fri, 18 Oct 2024 09:51:14 +0000 Subject: [PATCH 2/2] Update go modules Signed-off-by: Rancher Desktop Dependency Manager --- src/go/rdctl/go.mod | 2 +- src/go/wsl-helper/go.mod | 2 +- src/go/wsl-helper/go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/go/rdctl/go.mod b/src/go/rdctl/go.mod index 6043fc44b46..1d79ec75ca4 100644 --- a/src/go/rdctl/go.mod +++ b/src/go/rdctl/go.mod @@ -8,6 +8,7 @@ require ( github.com/google/uuid v1.6.0 github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af github.com/spf13/cobra v1.8.1 + github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.9.0 golang.org/x/sys v0.26.0 golang.org/x/text v0.19.0 @@ -22,7 +23,6 @@ require ( github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/rogpeppe/go-internal v1.12.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect gotest.tools/v3 v3.5.1 // indirect diff --git a/src/go/wsl-helper/go.mod b/src/go/wsl-helper/go.mod index 0c4c6ca161e..ac4eba7b163 100644 --- a/src/go/wsl-helper/go.mod +++ b/src/go/wsl-helper/go.mod @@ -7,7 +7,7 @@ toolchain go1.22.2 require ( github.com/Masterminds/semver v1.5.0 github.com/Microsoft/go-winio v0.6.2 - github.com/adrg/xdg v0.5.0 + github.com/adrg/xdg v0.5.1 github.com/go-openapi/errors v0.22.0 github.com/go-openapi/strfmt v0.23.0 github.com/go-openapi/swag v0.23.0 diff --git a/src/go/wsl-helper/go.sum b/src/go/wsl-helper/go.sum index 95083aa9c79..70bd179f6ec 100644 --- a/src/go/wsl-helper/go.sum +++ b/src/go/wsl-helper/go.sum @@ -2,8 +2,8 @@ github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3Q github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= -github.com/adrg/xdg v0.5.0 h1:dDaZvhMXatArP1NPHhnfaQUqWBLBsmx1h1HXQdMoFCY= -github.com/adrg/xdg v0.5.0/go.mod h1:dDdY4M4DF9Rjy4kHPeNL+ilVF+p2lK8IdM9/rTSGcI4= +github.com/adrg/xdg v0.5.1 h1:Im8iDbEFARltY09yOJlSGu4Asjk2vF85+3Dyru8uJ0U= +github.com/adrg/xdg v0.5.1/go.mod h1:nlTsY+NNiCBGCK2tpm09vRqfVzrc2fLmXGpBLF0zlTQ= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so= github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=