File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/sirupsen/logrus v1.9.3
1515 github.com/spf13/cobra v1.10.1
1616 github.com/spf13/viper v1.21.0
17- golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
17+ golang.org/x/exp v0.0.0-20250911091902-df9299821621
1818 k8s.io/api v0.34.1
1919 k8s.io/apimachinery v0.34.1
2020 k8s.io/client-go v0.34.1
@@ -70,7 +70,7 @@ require (
7070 go.yaml.in/yaml/v3 v3.0.4 // indirect
7171 golang.org/x/net v0.43.0 // indirect
7272 golang.org/x/oauth2 v0.30.0 // indirect
73- golang.org/x/sync v0.16 .0 // indirect
73+ golang.org/x/sync v0.17 .0 // indirect
7474 golang.org/x/sys v0.35.0 // indirect
7575 golang.org/x/term v0.34.0 // indirect
7676 golang.org/x/text v0.28.0 // indirect
Original file line number Diff line number Diff line change @@ -231,6 +231,8 @@ golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 h1:SbTAbRFnd5kjQXbczszQ0hdk3
231231golang.org/x/exp v0.0.0-20250813145105-42675adae3e6 /go.mod h1:4QTo5u+SEIbbKW1RacMZq1YEfOBqeXa19JeshGi+zc4 =
232232golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b h1:DXr+pvt3nC887026GRP39Ej11UATqWDmWuS99x26cD0 =
233233golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b /go.mod h1:4QTo5u+SEIbbKW1RacMZq1YEfOBqeXa19JeshGi+zc4 =
234+ golang.org/x/exp v0.0.0-20250911091902-df9299821621 h1:2id6c1/gto0kaHYyrixvknJ8tUK/Qs5IsmBtrc+FtgU =
235+ golang.org/x/exp v0.0.0-20250911091902-df9299821621 /go.mod h1:TwQYMMnGpvZyc+JpB/UAuTNIsVJifOlSkrZkhcvpVUk =
234236golang.org/x/mod v0.2.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
235237golang.org/x/mod v0.3.0 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
236238golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
@@ -250,6 +252,8 @@ golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
250252golang.org/x/sync v0.15.0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
251253golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw =
252254golang.org/x/sync v0.16.0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
255+ golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug =
256+ golang.org/x/sync v0.17.0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
253257golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
254258golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
255259golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments