Skip to content

Commit

Permalink
Merge pull request rancher-sandbox#6892 from rancher-sandbox/dependab…
Browse files Browse the repository at this point in the history
…ot/go_modules/src/go/wsl-helper/k8s.io/client-go-0.30.1

Bump k8s.io/client-go from 0.25.3 to 0.30.1 in /src/go/wsl-helper
  • Loading branch information
Nino-K authored May 16, 2024
2 parents 55b5ebb + 38d4590 commit febd0e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
go 1.22
go 1.22.0

toolchain go1.22.2

use (
./src/go/docker-credential-none
Expand Down
7 changes: 4 additions & 3 deletions src/go/wsl-helper/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/rancher-sandbox/rancher-desktop/src/go/wsl-helper

go 1.21
go 1.22.0

toolchain go1.22.2

require (
github.com/Masterminds/semver v1.5.0
Expand All @@ -20,7 +22,7 @@ require (
github.com/stretchr/testify v1.9.0
golang.org/x/sys v0.20.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/client-go v0.25.3
k8s.io/client-go v0.30.1
)

require (
Expand All @@ -32,7 +34,6 @@ require (
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/loads v0.21.2 // indirect
github.com/go-openapi/spec v0.20.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions src/go/wsl-helper/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,5 @@ gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/client-go v0.25.3 h1:oB4Dyl8d6UbfDHD8Bv8evKylzs3BXzzufLiO27xuPs0=
k8s.io/client-go v0.25.3/go.mod h1:t39LPczAIMwycjcXkVc+CB+PZV69jQuNx4um5ORDjQA=
k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q=
k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc=

0 comments on commit febd0e5

Please sign in to comment.