Skip to content

Commit 92697d4

Browse files
dependabot[bot]devantlerclaude
authored
chore(deps): Bump github.com/loft-sh/vcluster from 0.34.1 to 0.34.3 (#5333)
* chore(deps): Bump github.com/loft-sh/vcluster from 0.34.1 to 0.34.3 Bumps [github.com/loft-sh/vcluster](https://github.com/loft-sh/vcluster) from 0.34.1 to 0.34.3. - [Release notes](https://github.com/loft-sh/vcluster/releases) - [Commits](loft-sh/vcluster@v0.34.1...v0.34.3) --- updated-dependencies: - dependency-name: github.com/loft-sh/vcluster dependency-version: 0.34.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(desktop): sync go.{mod,sum} with vcluster 0.34.3 The desktop app is a separate Go module that vendors the root module via 'replace => ../'. Dependabot's root vcluster 0.34.1->0.34.3 bump (#5333) left desktop/go.{mod,sum} pinned to 0.34.1, breaking the desktop build ('go: updates to go.mod needed') in the Desktop App workflow. Re-run 'go -C desktop mod tidy' to realign. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolai Emil Damm <nikolaiemildamm@icloud.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent fdd9445 commit 92697d4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

desktop/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ require (
264264
github.com/loft-sh/image v0.0.0-20250818103249-5e7d53b59343 // indirect
265265
github.com/loft-sh/log v0.0.0-20240219160058-26d83ffb46ac // indirect
266266
github.com/loft-sh/utils v0.0.29 // indirect
267-
github.com/loft-sh/vcluster v0.34.1 // indirect
267+
github.com/loft-sh/vcluster v0.34.3 // indirect
268268
github.com/magefile/mage v1.17.2 // indirect
269269
github.com/mattn/go-colorable v0.1.14 // indirect
270270
github.com/mattn/go-isatty v0.0.22 // indirect

desktop/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,8 @@ github.com/loft-sh/image v0.0.0-20250818103249-5e7d53b59343 h1:ADOGhVZ995JR3mqdL
691691
github.com/loft-sh/image v0.0.0-20250818103249-5e7d53b59343/go.mod h1:niVPRwWFUSA8FihY9e5hGAp5IbKmbCdckGxJGSTKTUs=
692692
github.com/loft-sh/utils v0.0.29 h1:P/MObccXToAZy2QoJSQDJ+OJx1qHitpFHEVj3QBSNJs=
693693
github.com/loft-sh/utils v0.0.29/go.mod h1:9hlX9cGpWHg3mNi/oBlv3X4ePGDMK66k8MbOZGFMDTI=
694-
github.com/loft-sh/vcluster v0.34.1 h1:LENQeaokG+gRUf7Hppstkdj+i0m7cQFUph84TPOtC1E=
695-
github.com/loft-sh/vcluster v0.34.1/go.mod h1:cjV3WXviimeG4XT3PMA3fi+2jNbyaBB4iJeDd8jbHVM=
694+
github.com/loft-sh/vcluster v0.34.3 h1:b6FOLSuqAaEJr0w1g4d+vw3eDHFy5hOyW7JXVrPVzuw=
695+
github.com/loft-sh/vcluster v0.34.3/go.mod h1:dZZexfpdocY/8sUQQtFrhMWAVq+hzfm191GXqhGPeH0=
696696
github.com/magefile/mage v1.17.2 h1:fyXVu1eadI8Ap1HCCNgEhJ5McIWiYhLR8uol64ZZc40=
697697
github.com/magefile/mage v1.17.2/go.mod h1:Yj51kqllmsgFpvvSzgrZPK9WtluG3kUhFaBUVLo4feA=
698698
github.com/maruel/natural v1.3.0 h1:VsmCsBmEyrR46RomtgHs5hbKADGRVtliHTyCOLFBpsg=

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
github.com/kubescape/kubescape/v3 v3.0.48
7272
github.com/kubescape/opa-utils v0.0.298
7373
github.com/loft-sh/log v0.0.0-20240219160058-26d83ffb46ac
74-
github.com/loft-sh/vcluster v0.34.1
74+
github.com/loft-sh/vcluster v0.34.3
7575
github.com/modelcontextprotocol/go-sdk v1.6.1
7676
github.com/rancher/k3k v1.1.0
7777
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,8 +1684,8 @@ github.com/loft-sh/image v0.0.0-20250818103249-5e7d53b59343 h1:ADOGhVZ995JR3mqdL
16841684
github.com/loft-sh/image v0.0.0-20250818103249-5e7d53b59343/go.mod h1:niVPRwWFUSA8FihY9e5hGAp5IbKmbCdckGxJGSTKTUs=
16851685
github.com/loft-sh/utils v0.0.29 h1:P/MObccXToAZy2QoJSQDJ+OJx1qHitpFHEVj3QBSNJs=
16861686
github.com/loft-sh/utils v0.0.29/go.mod h1:9hlX9cGpWHg3mNi/oBlv3X4ePGDMK66k8MbOZGFMDTI=
1687-
github.com/loft-sh/vcluster v0.34.1 h1:LENQeaokG+gRUf7Hppstkdj+i0m7cQFUph84TPOtC1E=
1688-
github.com/loft-sh/vcluster v0.34.1/go.mod h1:cjV3WXviimeG4XT3PMA3fi+2jNbyaBB4iJeDd8jbHVM=
1687+
github.com/loft-sh/vcluster v0.34.3 h1:b6FOLSuqAaEJr0w1g4d+vw3eDHFy5hOyW7JXVrPVzuw=
1688+
github.com/loft-sh/vcluster v0.34.3/go.mod h1:dZZexfpdocY/8sUQQtFrhMWAVq+hzfm191GXqhGPeH0=
16891689
github.com/logrusorgru/aurora v2.0.3+incompatible h1:tOpm7WcpBTn4fjmVfgpQq0EfczGlG91VSDkswnjF5A8=
16901690
github.com/logrusorgru/aurora v2.0.3+incompatible/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
16911691
github.com/lucasb-eyer/go-colorful v1.4.0 h1:UtrWVfLdarDgc44HcS7pYloGHJUjHV/4FwW4TvVgFr4=

0 commit comments

Comments
 (0)