Skip to content

Commit 2e32b68

Browse files
fix(deps): update module github.com/kairos-io/kairos-agent/v2 to v2.23.0 (#802)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/kairos-io/kairos-agent/v2](https://redirect.github.com/kairos-io/kairos-agent) | `v2.22.1` -> `v2.23.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkairos-io%2fkairos-agent%2fv2/v2.22.1/v2.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kairos-io/kairos-agent (github.com/kairos-io/kairos-agent/v2)</summary> ### [`v2.23.0`](https://redirect.github.com/kairos-io/kairos-agent/releases/tag/v2.23.0) [Compare Source](https://redirect.github.com/kairos-io/kairos-agent/compare/v2.22.1...v2.23.0) #### What's Changed - chore(deps): update dependency cypress to v14.5.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kairos-io/kairos-agent/pull/836](https://redirect.github.com/kairos-io/kairos-agent/pull/836)6 - Deprecate `uri` in favor of `source` by [@&#8203;jimmykarily](https://redirect.github.com/jimmykarily) in [https://github.com/kairos-io/kairos-agent/pull/835](https://redirect.github.com/kairos-io/kairos-agent/pull/835) - feat: add support for upgrades via OCI files by [@&#8203;bdegeeter](https://redirect.github.com/bdegeeter) in [https://github.com/kairos-io/kairos-agent/pull/832](https://redirect.github.com/kairos-io/kairos-agent/pull/832) - fix(deps): update module github.com/google/go-github/v69 to v73 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kairos-io/kairos-agent/pull/829](https://redirect.github.com/kairos-io/kairos-agent/pull/829)9 - fix(deps): update module github.com/containerd/containerd to v2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kairos-io/kairos-agent/pull/837](https://redirect.github.com/kairos-io/kairos-agent/pull/837)7 - fix(deps): update module golang.org/x/sys to v0.34.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kairos-io/kairos-agent/pull/840](https://redirect.github.com/kairos-io/kairos-agent/pull/840)0 - fix(deps): update module golang.org/x/net to v0.42.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kairos-io/kairos-agent/pull/841](https://redirect.github.com/kairos-io/kairos-agent/pull/841)1 - chore(deps): update dependency cypress to v14.5.2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kairos-io/kairos-agent/pull/843](https://redirect.github.com/kairos-io/kairos-agent/pull/843)3 - fix(deps): update module k8s.io/mount-utils to v0.33.3 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kairos-io/kairos-agent/pull/844](https://redirect.github.com/kairos-io/kairos-agent/pull/844)4 - chore(deps): update google/osv-scanner-action action to v2.1.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in[https://github.com/kairos-io/kairos-agent/pull/842](https://redirect.github.com/kairos-io/kairos-agent/pull/842)2 #### New Contributors - [@&#8203;bdegeeter](https://redirect.github.com/bdegeeter) made their first contribution in [https://github.com/kairos-io/kairos-agent/pull/832](https://redirect.github.com/kairos-io/kairos-agent/pull/832) **Full Changelog**: kairos-io/kairos-agent@v2.22.1...v2.23.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f3e562 commit 2e32b68

File tree

2 files changed

+36
-12
lines changed

2 files changed

+36
-12
lines changed

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/gliderlabs/ssh v0.3.8
1010
github.com/ipfs/go-log/v2 v2.6.0
1111
github.com/kairos-io/go-nodepair v0.3.0
12-
github.com/kairos-io/kairos-agent/v2 v2.22.1
12+
github.com/kairos-io/kairos-agent/v2 v2.23.0
1313
github.com/kairos-io/kairos-sdk v0.9.4
1414
github.com/kube-vip/kube-vip v0.9.2
1515
github.com/mudler/edgevpn v0.30.2
@@ -33,7 +33,7 @@ require (
3333
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3434
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
3535
github.com/Microsoft/go-winio v0.6.2 // indirect
36-
github.com/Microsoft/hcsshim v0.12.9 // indirect
36+
github.com/Microsoft/hcsshim v0.13.0 // indirect
3737
github.com/ProtonMail/go-crypto v1.1.5 // indirect
3838
github.com/StackExchange/wmi v1.2.1 // indirect
3939
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
@@ -90,7 +90,7 @@ require (
9090
github.com/flynn/noise v1.1.0 // indirect
9191
github.com/foxboron/go-uefi v0.0.0-20250207204325-69fb7dba244f // indirect
9292
github.com/francoispqt/gojay v1.2.13 // indirect
93-
github.com/fsnotify/fsnotify v1.8.0 // indirect
93+
github.com/fsnotify/fsnotify v1.9.0 // indirect
9494
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
9595
github.com/gen2brain/shm v0.0.0-20230802011745-f2460f5984f7 // indirect
9696
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -222,7 +222,7 @@ require (
222222
github.com/opentracing/opentracing-go v1.2.0 // indirect
223223
github.com/osrg/gobgp/v3 v3.36.0 // indirect
224224
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
225-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
225+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
226226
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
227227
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee // indirect
228228
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
@@ -323,16 +323,16 @@ require (
323323
go.uber.org/mock v0.5.0 // indirect
324324
go.uber.org/multierr v1.11.0 // indirect
325325
go.uber.org/zap v1.27.0 // indirect
326-
golang.org/x/crypto v0.39.0 // indirect
326+
golang.org/x/crypto v0.40.0 // indirect
327327
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
328328
golang.org/x/image v0.20.0 // indirect
329329
golang.org/x/mod v0.25.0 // indirect
330-
golang.org/x/net v0.41.0 // indirect
330+
golang.org/x/net v0.42.0 // indirect
331331
golang.org/x/oauth2 v0.30.0 // indirect
332-
golang.org/x/sync v0.15.0 // indirect
333-
golang.org/x/sys v0.33.0 // indirect
334-
golang.org/x/term v0.32.0 // indirect
335-
golang.org/x/text v0.26.0 // indirect
332+
golang.org/x/sync v0.16.0 // indirect
333+
golang.org/x/sys v0.34.0 // indirect
334+
golang.org/x/term v0.33.0 // indirect
335+
golang.org/x/text v0.27.0 // indirect
336336
golang.org/x/time v0.11.0 // indirect
337337
golang.org/x/tools v0.34.0 // indirect
338338
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
@@ -341,7 +341,7 @@ require (
341341
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
342342
gonum.org/v1/gonum v0.15.1 // indirect
343343
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
344-
google.golang.org/grpc v1.71.1 // indirect
344+
google.golang.org/grpc v1.72.2 // indirect
345345
google.golang.org/protobuf v1.36.6 // indirect
346346
gopkg.in/inf.v0 v0.9.1 // indirect
347347
gopkg.in/ini.v1 v1.67.0 // indirect
@@ -353,7 +353,7 @@ require (
353353
k8s.io/client-go v0.32.3 // indirect
354354
k8s.io/klog/v2 v2.130.1 // indirect
355355
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
356-
k8s.io/mount-utils v0.33.2 // indirect
356+
k8s.io/mount-utils v0.33.3 // indirect
357357
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
358358
lukechampine.com/blake3 v1.4.0 // indirect
359359
pault.ag/go/modprobe v0.2.0 // indirect

go.sum

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
4343
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
4444
github.com/Microsoft/hcsshim v0.12.9 h1:2zJy5KA+l0loz1HzEGqyNnjd3fyZA31ZBCGKacp6lLg=
4545
github.com/Microsoft/hcsshim v0.12.9/go.mod h1:fJ0gkFAna6ukt0bLdKB8djt4XIJhF/vEPuoIWYVvZ8Y=
46+
github.com/Microsoft/hcsshim v0.13.0 h1:/BcXOiS6Qi7N9XqUcv27vkIuVOkBEcWstd2pMlWSeaA=
47+
github.com/Microsoft/hcsshim v0.13.0/go.mod h1:9KWJ/8DgU+QzYGupX4tzMhRQE8h6w90lH6HAaclpEok=
4648
github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4=
4749
github.com/ProtonMail/go-crypto v1.1.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE=
4850
github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDOSA=
@@ -226,6 +228,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
226228
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
227229
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
228230
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
231+
github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=
232+
github.com/fsnotify/fsnotify v1.9.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
229233
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
230234
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
231235
github.com/gen2brain/shm v0.0.0-20230802011745-f2460f5984f7 h1:VLEKvjGJYAMCXw0/32r9io61tEXnMWDRxMk+peyRVFc=
@@ -460,6 +464,8 @@ github.com/kairos-io/kairos-agent/v2 v2.21.8 h1:bZJuIqS4rfGRTAzg8CbJxpnueVeovWOx
460464
github.com/kairos-io/kairos-agent/v2 v2.21.8/go.mod h1:RhC6DEnfhEyEfn4r9qSuRJLZ5y7rbgMpLs5N2aJgkZw=
461465
github.com/kairos-io/kairos-agent/v2 v2.22.1 h1:bUEwoZpV9YTBnGssPpitcOf64PMBUMv9f3oS5yABTo4=
462466
github.com/kairos-io/kairos-agent/v2 v2.22.1/go.mod h1:dQwPYrJFj4918FDtfgdan5yZRg8oht4+IrWdX0E9eSE=
467+
github.com/kairos-io/kairos-agent/v2 v2.23.0 h1:MHhXU8ETUJQN0ExtrDneDfLUVwUwLDYWgMF3LfB2crU=
468+
github.com/kairos-io/kairos-agent/v2 v2.23.0/go.mod h1:OGlMVbfFWq6tlN/v6a4/c4KrrJttoE1Cq4z9D7dF9GI=
463469
github.com/kairos-io/kairos-sdk v0.9.1 h1:5MagNf3ghNsQaH6sVXXLVSjClrDQ9UZrxjHYRghk26Q=
464470
github.com/kairos-io/kairos-sdk v0.9.1/go.mod h1:O3si3aCkYsOyjjLF2jKKTKUYW9948WcB7xR0ivKbB6M=
465471
github.com/kairos-io/kairos-sdk v0.9.2 h1:A/9rbRpjZsBWniXSPzvT7I2dbbukgveUjrvk9iXH4AE=
@@ -719,6 +725,8 @@ github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 h1:onHthvaw9LFnH4t2D
719725
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58/go.mod h1:DXv8WO4yhMYhSNPKjeNKa5WY9YCIEBRbNzFFPJbWO6Y=
720726
github.com/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=
721727
github.com/pelletier/go-toml/v2 v2.2.3/go.mod h1:MfCQTFTvCcUyyvvwm1+G6H/jORL20Xlb6rzQu9GuUkc=
728+
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
729+
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
722730
github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=
723731
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
724732
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee h1:P6U24L02WMfj9ymZTxl7CxS73JC99x3ukk+DBkgQGQs=
@@ -1106,6 +1114,8 @@ golang.org/x/crypto v0.38.0 h1:jt+WWG8IZlBnVbomuhg2Mdq0+BBQaHbtqHEFEigjUV8=
11061114
golang.org/x/crypto v0.38.0/go.mod h1:MvrbAqul58NNYPKnOra203SB9vpuZW0e+RRZV+Ggqjw=
11071115
golang.org/x/crypto v0.39.0 h1:SHs+kF4LP+f+p14esP5jAoDpHU8Gu/v9lFRK6IT5imM=
11081116
golang.org/x/crypto v0.39.0/go.mod h1:L+Xg3Wf6HoL4Bn4238Z6ft6KfEpN0tJGo53AAPC632U=
1117+
golang.org/x/crypto v0.40.0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM=
1118+
golang.org/x/crypto v0.40.0/go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY=
11091119
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
11101120
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 h1:nDVHiLt8aIbd/VzvPWN6kSOPE7+F/fNFDSXLVYkE/Iw=
11111121
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394/go.mod h1:sIifuuw/Yco/y6yb6+bDNfyeQ/MdPUy/hKEMYQV17cM=
@@ -1174,6 +1184,8 @@ golang.org/x/net v0.40.0 h1:79Xs7wF06Gbdcg4kdCCIQArK11Z1hr5POQ6+fIYHNuY=
11741184
golang.org/x/net v0.40.0/go.mod h1:y0hY0exeL2Pku80/zKK7tpntoX23cqL3Oa6njdgRtds=
11751185
golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw=
11761186
golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA=
1187+
golang.org/x/net v0.42.0 h1:jzkYrhi3YQWD6MLBJcsklgQsoAcw89EcZbJw8Z614hs=
1188+
golang.org/x/net v0.42.0/go.mod h1:FF1RA5d3u7nAYA4z2TkclSCKh68eSXtiFwcWQpPXdt8=
11771189
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
11781190
golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
11791191
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
@@ -1199,6 +1211,8 @@ golang.org/x/sync v0.14.0 h1:woo0S4Yywslg6hp4eUFjTVOyKt0RookbpAHG4c1HmhQ=
11991211
golang.org/x/sync v0.14.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
12001212
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
12011213
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
1214+
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
1215+
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
12021216
golang.org/x/sys v0.0.0-20180810173357-98c5dad5d1a0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
12031217
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
12041218
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
@@ -1265,6 +1279,8 @@ golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12651279
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
12661280
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
12671281
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
1282+
golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA=
1283+
golang.org/x/sys v0.34.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
12681284
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
12691285
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
12701286
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
@@ -1278,6 +1294,8 @@ golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o=
12781294
golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw=
12791295
golang.org/x/term v0.32.0 h1:DR4lr0TjUs3epypdhTOkMmuF5CDFJ/8pOnbzMZPQ7bg=
12801296
golang.org/x/term v0.32.0/go.mod h1:uZG1FhGx848Sqfsq4/DlJr3xGGsYMu/L5GW4abiaEPQ=
1297+
golang.org/x/term v0.33.0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg=
1298+
golang.org/x/term v0.33.0/go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0=
12811299
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
12821300
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
12831301
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
@@ -1294,6 +1312,8 @@ golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4=
12941312
golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA=
12951313
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
12961314
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=
1315+
golang.org/x/text v0.27.0 h1:4fGWRpyh641NLlecmyl4LOe6yDdfaYNrGb2zdfo4JV4=
1316+
golang.org/x/text v0.27.0/go.mod h1:1D28KMCvyooCX9hBiosv5Tz/+YLxj0j7XhWjpSUF7CU=
12971317
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
12981318
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
12991319
golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
@@ -1373,6 +1393,8 @@ google.golang.org/grpc v1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ=
13731393
google.golang.org/grpc v1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw=
13741394
google.golang.org/grpc v1.71.1 h1:ffsFWr7ygTUscGPI0KKK6TLrGz0476KUvvsbqWK0rPI=
13751395
google.golang.org/grpc v1.71.1/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
1396+
google.golang.org/grpc v1.72.2 h1:TdbGzwb82ty4OusHWepvFWGLgIbNo1/SUynEN0ssqv8=
1397+
google.golang.org/grpc v1.72.2/go.mod h1:wH5Aktxcg25y1I3w7H69nHfXdOG3UiadoBtjh3izSDM=
13761398
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
13771399
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
13781400
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
@@ -1442,6 +1464,8 @@ k8s.io/mount-utils v0.33.1 h1:hodPhfyoK+gG0SgnYwx1iPrlnpaESZiJ9GFzF5V/imE=
14421464
k8s.io/mount-utils v0.33.1/go.mod h1:1JR4rKymg8B8bCPo618hpSAdrpO6XLh0Acqok/xVwPE=
14431465
k8s.io/mount-utils v0.33.2 h1:mZAFhoGs/MwJziVlUpA072vqMhXRc0LGl/W3wybLP20=
14441466
k8s.io/mount-utils v0.33.2/go.mod h1:1JR4rKymg8B8bCPo618hpSAdrpO6XLh0Acqok/xVwPE=
1467+
k8s.io/mount-utils v0.33.3 h1:Q1jsnqdS4LdtJSYSXgiQv/XNrRHQncLk3gMYjKNSZrE=
1468+
k8s.io/mount-utils v0.33.3/go.mod h1:1JR4rKymg8B8bCPo618hpSAdrpO6XLh0Acqok/xVwPE=
14451469
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
14461470
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
14471471
lukechampine.com/blake3 v1.4.0 h1:xDbKOZCVbnZsfzM6mHSYcGRHZ3YrLDzqz8XnV4uaD5w=

0 commit comments

Comments
 (0)