chore(deps): bump the go-modules group across 1 directory with 4 updates - #17
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the go-modules group across 1 directory with 4 updates#17dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-modules group with 4 updates in the / directory: [github.com/stretchr/testify](https://github.com/stretchr/testify), [golang.org/x/tools](https://github.com/golang/tools), [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) and [golang.org/x/mod](https://github.com/golang/mod). Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.11.1...v1.12.1) Updates `golang.org/x/tools` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.48.0...v0.49.0) Updates `github.com/sirupsen/logrus` from 1.9.4 to 1.10.0 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.4...v1.10.0) Updates `golang.org/x/mod` from 0.39.0 to 0.40.0 - [Commits](golang/mod@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/stretchr/testify dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/mod dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/tools dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-modules-219fe497da
branch
from
August 20, 2026 18:34
8bf53a6 to
939460a
Compare
thomas-mangin
added a commit
that referenced
this pull request
Aug 24, 2026
Lands #17, the Dependabot group bump. github.com/stretchr/testify 1.11.1 -> 1.12.1 golang.org/x/tools 0.48.0 -> 0.49.0 github.com/sirupsen/logrus 1.9.4 -> 1.10.0 golang.org/x/mod 0.39.0 -> 0.40.0 testify 1.12.1 takes its YAML from go.yaml.in/yaml/v3. It needs neither go-spew nor go-difflib, so both leave vendor/. golang.org/x/telemetry moves with x/tools. The branch was reproduced here rather than integrated with a branch-integration verb. The pre-tool hook refuses that verb, and replaying local commits needs a clean tree this shared checkout does not have. go get and go mod vendor ran under the GOTOOLCHAIN that go.mod pins. go.mod and go.sum are byte-identical to the pull request. go mod vendor reverted scripts/dev/patches/netlink-xfrm-fixes.patch. It is re-applied, TestNetlinkXFRMPatchApplied passes, and both netlink files match HEAD again. make ze-build compiles. go vet over the test tag set compiles every test file.
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-modules group with 4 updates in the / directory: github.com/stretchr/testify, golang.org/x/tools, github.com/sirupsen/logrus and golang.org/x/mod.
Updates
github.com/stretchr/testifyfrom 1.11.1 to 1.12.1Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
959dbdaMerge pull request #1935 from harryzcy/yaml-update9bb7176Update go.yaml.in/yaml/v3 to v3.0.5001eb79Merge pull request #1905 from Kentzo/patch-1ad40f38Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...3bae017build(deps): bump actions/checkout from 6.0.2 to 6.0.3f8c01f3mock: Mock.Return does not exist anymore12f8b56Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliasesa11649eassert: make *AssertionFunc type just aliasesdc20f41Merge pull request #1890 from stretchr/dolmen/codegen-modernize098f8d7_codegen: use strings.BuilderUpdates
golang.org/x/toolsfrom 0.48.0 to 0.49.0Commits
18332fego.mod: update golang.org/x dependenciesa5c4651gopls/internal/protocol/command: fix struct field name in comment7d08a06present, cmd/present, cmd/present2md: document lack of security hardeninge8a4348refactor/satisfy: fix "the the" typo54624f9internal/typesinternal: suppress jsonv2 warningc117ddegopls/internal/golang: normalize instantiated fields before renameb5b860cgopls/internal/mcp: report one-based reference line numbersbf54bcdgopls/internal/golang/completion: avoid SEGV from double deslicing4b32d66refactor/satisfy/find.go: fix panic on type errorse6da7e4gopls/internal/protocol/semtok: instructions for modifier/type changesUpdates
github.com/sirupsen/logrusfrom 1.9.4 to 1.10.0Release notes
Sourced from github.com/sirupsen/logrus's releases.
... (truncated)
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
Commits
457e372Merge pull request #1573 from thaJeztah/update_colors6b6a3a6formatter: differentiate debug and trace colors8ebae73Merge pull request #1572 from thaJeztah/update_logsf156a33docs: clarify formatter field handling84cedf9Merge pull request #1571 from thaJeztah/slog_hookoptsa3e1580hooks/slog: add HookOptionse5b377aMerge pull request #1570 from thaJeztah/slog_leveler30a5487hooks/slog: add level adapters0cee61eMerge pull request #1569 from thaJeztah/slog_noleveler4069973hooks/slog: use concrete slog.Level for hook level mappingUpdates
golang.org/x/modfrom 0.39.0 to 0.40.0Commits
d3398d0go.mod: update golang.org/x dependencies57549bfsumdb: ignore unrelated hashes in Lookup96f62aesumdb/tlog: fix TileHashReader authentication bypass