Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.25.7

require (
github.com/golangci/golangci-lint/v2 v2.12.2
github.com/prometheus/promu v0.19.0
github.com/prometheus/promu v0.20.0
github.com/reviewdog/reviewdog v0.21.0
honnef.co/go/tools v0.7.0
)
Expand Down
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@ github.com/prometheus/common v0.68.1 h1:omjRRl4QP4komogpXuhfeOiisQg7xdy8VM1UY+pS
github.com/prometheus/common v0.68.1/go.mod h1:ZzL3f6u94qUxh9p+tJTrF+FvBS1XXbbRAZCQkytAL0Y=
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
github.com/prometheus/promu v0.19.0 h1:DTqknEr8icC36sAD3jaYeYIrxZddxS87JRe5HS8zRSU=
github.com/prometheus/promu v0.19.0/go.mod h1:CiZLq3WhD98VhlysbiNZaSqCeQaZ3RpEqYsKk55B7Oc=
github.com/prometheus/promu v0.20.0 h1:wK0bfINDgqEYtXP1fVn/4Vpb/11+a4oe5uUfp1ReA/Q=
github.com/prometheus/promu v0.20.0/go.mod h1:CiZLq3WhD98VhlysbiNZaSqCeQaZ3RpEqYsKk55B7Oc=
github.com/quasilyte/go-ruleguard v0.4.5 h1:AGY0tiOT5hJX9BTdx/xBdoCubQUAE2grkqY2lSwvZcA=
github.com/quasilyte/go-ruleguard v0.4.5/go.mod h1:Vl05zJ538vcEEwu16V/Hdu7IYZWyKSwIy4c88Ro1kRE=
github.com/quasilyte/go-ruleguard/dsl v0.3.23 h1:lxjt5B6ZCiBeeNO8/oQsegE6fLeCzuMRoVWSkXC4uvY=
Expand Down