build(deps): bump the golangx group with 4 updates#486
build(deps): bump the golangx group with 4 updates#486dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
WalkthroughBumped versions in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@go.mod`:
- Line 87: The go.mod entry for module "golang.org/x/time" references a
non-existent version v0.15.0; update that dependency to a valid release
(v0.14.0) in go.mod by replacing the version string for golang.org/x/time with
v0.14.0 and then refresh modules (e.g., run go get golang.org/x/time@v0.14.0 or
go mod tidy) so the updated, valid version is resolved.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 2c3a6eb6-497a-45c9-8ece-41f25241db69
⛔ Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
📒 Files selected for processing (1)
go.mod
| golang.org/x/term v0.40.0 // indirect | ||
| golang.org/x/text v0.34.0 // indirect | ||
| golang.org/x/time v0.14.0 // indirect | ||
| golang.org/x/time v0.15.0 // indirect |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
golang.org/x/time v0.15.0 release security advisories
💡 Result:
- There is no
golang.org/x/timev0.15.0 release. The module’s latest tagged release is v0.14.0 (published Sep 16, 2025), and the proxy index shows only 14 versions total, ending at v0.14.0. (pkg.go.dev) - Security advisories: In the official Go vulnerability database (the source used by
govulncheck), there do not appear to be any published vulnerability reports that affectgolang.org/x/time(no entries show “Affects: golang.org/x/time” in the database listings/search UI). (pkg.go.dev)
If you meant a different module that does have a v0.15.0 (common mix-ups: golang.org/x/text, golang.org/x/sync, golang.org/x/sys), tell me which one and I’ll pull the relevant advisories.
Citations:
- 1: https://pkg.go.dev/golang.org/x/time?utm_source=openai
- 2: https://pkg.go.dev/vuln/?utm_source=openai
Downgrade golang.org/x/time to v0.14.0 — v0.15.0 does not exist.
The referenced version v0.15.0 does not exist. The latest available release of golang.org/x/time is v0.14.0. Update the dependency to a valid version.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@go.mod` at line 87, The go.mod entry for module "golang.org/x/time"
references a non-existent version v0.15.0; update that dependency to a valid
release (v0.14.0) in go.mod by replacing the version string for
golang.org/x/time with v0.14.0 and then refresh modules (e.g., run go get
golang.org/x/time@v0.14.0 or go mod tidy) so the updated, valid version is
resolved.
Bumps the golangx group with 4 updates: [golang.org/x/sync](https://github.com/golang/sync), [golang.org/x/oauth2](https://github.com/golang/oauth2), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/time](https://github.com/golang/time). Updates `golang.org/x/sync` from 0.19.0 to 0.20.0 - [Commits](golang/sync@v0.19.0...v0.20.0) Updates `golang.org/x/oauth2` from 0.35.0 to 0.36.0 - [Commits](golang/oauth2@v0.35.0...v0.36.0) Updates `golang.org/x/sys` from 0.41.0 to 0.42.0 - [Commits](golang/sys@v0.41.0...v0.42.0) Updates `golang.org/x/time` from 0.14.0 to 0.15.0 - [Commits](golang/time@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golangx - dependency-name: golang.org/x/oauth2 dependency-version: 0.36.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golangx - dependency-name: golang.org/x/sys dependency-version: 0.42.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golangx - dependency-name: golang.org/x/time dependency-version: 0.15.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golangx ... Signed-off-by: dependabot[bot] <support@github.com>
5f98c0f to
1842b0f
Compare
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the golangx group with 4 updates: golang.org/x/sync, golang.org/x/oauth2, golang.org/x/sys and golang.org/x/time.
Updates
golang.org/x/syncfrom 0.19.0 to 0.20.0Commits
ec11c4aerrgroup: fix a typo in the documentation1a58307all: modernize interface{} -> any3172ca5all: upgrade go directive to at least 1.25.0 [generated]Updates
golang.org/x/oauth2from 0.35.0 to 0.36.0Commits
4d954e6all: upgrade go directive to at least 1.25.0 [generated]Updates
golang.org/x/sysfrom 0.41.0 to 0.42.0Commits
eaaaaeewindows/registry: correct KeyInfo.ModTime calculation942780bcpu: darwin/arm64 feature detectionacef388unix/linux: Prefixmsg and PrefixCacheinfo structs3687fbdcpu: better defaults on darwin ARM6448062e9plan9: change Note to alias syscall.Note4f23f80windows: change Signal to alias syscall.Signal7548802all: upgrade go directive to at least 1.25.0 [generated]Updates
golang.org/x/timefrom 0.14.0 to 0.15.0Commits
812b343all: upgrade go directive to at least 1.25.0 [generated]Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions