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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ go 1.25.0

require (
github.com/bazelbuild/bazel-gazelle v0.53.0
github.com/bazelbuild/buildtools v0.0.0-20260824163617-674b29349bf1
github.com/bazelbuild/buildtools v0.0.0-20260826221324-7cca172268c7
github.com/bazelbuild/rules_go v0.63.0
github.com/google/go-cmp v0.7.0
github.com/yuin/goldmark v1.8.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/bazelbuild/buildtools v0.0.0-20260819135130-5d08cfd22031 h1:1zEjPOBWt
github.com/bazelbuild/buildtools v0.0.0-20260819135130-5d08cfd22031/go.mod h1:jWjcMGVH6hAgMG98abRQOIvoFFLPx/p3e5eeTGIHUMc=
github.com/bazelbuild/buildtools v0.0.0-20260824163617-674b29349bf1 h1:98lnosXqoOQA/uJ2QgZANjLjHFIASSAcEfuAY9n2fnA=
github.com/bazelbuild/buildtools v0.0.0-20260824163617-674b29349bf1/go.mod h1:jWjcMGVH6hAgMG98abRQOIvoFFLPx/p3e5eeTGIHUMc=
github.com/bazelbuild/buildtools v0.0.0-20260826221324-7cca172268c7 h1:wMV4VxHlrWIgLL737mKv9kfEGf4ZRpwB6beBTzBM51w=
github.com/bazelbuild/buildtools v0.0.0-20260826221324-7cca172268c7/go.mod h1:jWjcMGVH6hAgMG98abRQOIvoFFLPx/p3e5eeTGIHUMc=
github.com/bazelbuild/rules_go v0.63.0 h1:G/hGy2pBLxlrxbpQBJKdHSLhu3KFIkFsuNg8m59mn3c=
github.com/bazelbuild/rules_go v0.63.0/go.mod h1:6YghDRf6l3FSiAwncK+Ww9jE1naoQzNq28gaKJeB67I=
github.com/bmatcuk/doublestar/v4 v4.0.2/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
Expand Down
Loading