1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-17 07:48:52 +00:00

chore(deps): update module golang.org/x/sync to v0.17.0

This commit is contained in:
renovate-rancher[bot]
2025-09-08 04:39:51 +00:00
committed by GitHub
parent a101c26aa9
commit cbd12c5941
2 changed files with 5 additions and 5 deletions

6
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/rancher/steve
go 1.23.0
go 1.24.0
toolchain go1.23.6
toolchain go1.24.7
// pin Kubernetes dependencies to v0.30.1, which is the version
// Rancher 2.9 is compiled against as newer lasso versions
@@ -71,7 +71,7 @@ require (
github.com/urfave/cli v1.22.16
github.com/urfave/cli/v2 v2.27.7
go.uber.org/mock v0.5.0
golang.org/x/sync v0.15.0
golang.org/x/sync v0.17.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.17.2
k8s.io/api v0.32.2

4
go.sum
View File

@@ -1329,8 +1329,8 @@ golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=