Skip to content

build(deps): update all Go dependencies in all go.mod files#2059

Merged
kakkoyun merged 1 commit into
prometheus:release-1.24from
bwplotka:update_all_golang_dependencies
Jul 17, 2026
Merged

build(deps): update all Go dependencies in all go.mod files#2059
kakkoyun merged 1 commit into
prometheus:release-1.24from
bwplotka:update_all_golang_dependencies

Conversation

@bwplotka

Copy link
Copy Markdown
Member

Update all direct Go dependencies across all modules (go.mod, exp/go.mod, tutorials/whatsup/go.mod) to their latest versions and run go mod tidy.

Summary of Updates

  • go.mod (root):
    • Upgraded github.com/prometheus/common (v0.69.0v0.70.0)
    • Upgraded golang.org/x/sys (v0.46.0v0.47.0)
    • Upgraded indirect dependencies (golang.org/x/net, golang.org/x/text)
  • exp/go.mod:
    • Upgraded github.com/prometheus/common (v0.69.0v0.70.0)
  • tutorials/whatsup/go.mod:
    • Upgraded github.com/oklog/run (v1.1.0v1.2.0)
    • Upgraded github.com/prometheus/client_golang (v1.22.0v1.23.2)
    • Upgraded github.com/prometheus/common (v0.64.0v0.70.0)
    • Upgraded indirect dependencies (procfs, net, oauth2, sys, text, protobuf)

Verification

  • Ran make check_license lint unused across the repository (0 issues).
  • Verified build and tests (go test ./...) across all three Go modules.
NONE

Update all direct Go dependencies across all modules (root, exp, tutorials/whatsup) to their latest versions and run go mod tidy.

Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
@bwplotka
bwplotka requested review from kakkoyun and vesari as code owners July 17, 2026 12:36
@bwplotka
bwplotka changed the base branch from main to release-1.24 July 17, 2026 13:05
@kakkoyun
kakkoyun merged commit 77c584f into prometheus:release-1.24 Jul 17, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants