Skip to content

Commit b86159f

Browse files
fix(deps): update golang.org/x/exp digest to 054e65f (#1510)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `dead583` -> `054e65f` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
1 parent 6eeb869 commit b86159f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/deckarep/golang-set/v2 v2.7.0
1515
github.com/spf13/cobra v1.9.1
1616
github.com/stretchr/testify v1.10.0
17-
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
17+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
1818
golang.org/x/text v0.23.0
1919
gopkg.in/yaml.v3 v3.0.1
2020
)
@@ -24,7 +24,7 @@ require (
2424
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2525
github.com/pmezard/go-difflib v1.0.0 // indirect
2626
github.com/spf13/pflag v1.0.6 // indirect
27-
golang.org/x/mod v0.23.0 // indirect
27+
golang.org/x/mod v0.24.0 // indirect
2828
golang.org/x/sys v0.26.0 // indirect
2929
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
3030
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
2626
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
2727
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
2828
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
29-
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 h1:aWwlzYV971S4BXRS9AmqwDLAD85ouC6X+pocatKY58c=
30-
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7/go.mod h1:BHOTPb3L19zxehTsLoJXVaTktb06DFgmdW6Wb9s8jqk=
31-
golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
32-
golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
29+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 h1:nDVHiLt8aIbd/VzvPWN6kSOPE7+F/fNFDSXLVYkE/Iw=
30+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394/go.mod h1:sIifuuw/Yco/y6yb6+bDNfyeQ/MdPUy/hKEMYQV17cM=
31+
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
32+
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
3333
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw=
3434
golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
3535
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=

go_deps.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,16 @@ def swift_bazel_go_dependencies():
187187
name = "org_golang_x_exp",
188188
build_external = "external",
189189
importpath = "golang.org/x/exp",
190-
sum = "h1:aWwlzYV971S4BXRS9AmqwDLAD85ouC6X+pocatKY58c=",
191-
version = "v0.0.0-20250228200357-dead58393ab7",
190+
sum = "h1:nDVHiLt8aIbd/VzvPWN6kSOPE7+F/fNFDSXLVYkE/Iw=",
191+
version = "v0.0.0-20250305212735-054e65f0b394",
192192
)
193193
maybe(
194194
go_repository,
195195
name = "org_golang_x_mod",
196196
build_external = "external",
197197
importpath = "golang.org/x/mod",
198-
sum = "h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=",
199-
version = "v0.23.0",
198+
sum = "h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=",
199+
version = "v0.24.0",
200200
)
201201
maybe(
202202
go_repository,
@@ -227,8 +227,8 @@ def swift_bazel_go_dependencies():
227227
name = "org_golang_x_tools",
228228
build_external = "external",
229229
importpath = "golang.org/x/tools",
230-
sum = "h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=",
231-
version = "v0.30.0",
230+
sum = "h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU=",
231+
version = "v0.31.0",
232232
)
233233
maybe(
234234
go_repository,

0 commit comments

Comments
 (0)