build(deps): bump github.com/docker/go-events from 0.0.0-20190806004212-e31b211e4f1c to 0.1.0 - #286
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [github.com/docker/go-events](https://github.com/docker/go-events) from 0.0.0-20190806004212-e31b211e4f1c to 0.1.0. - [Release notes](https://github.com/docker/go-events/releases) - [Commits](https://github.com/docker/go-events/commits/v0.1.0) --- updated-dependencies: - dependency-name: github.com/docker/go-events dependency-version: 0.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates vendored Go module dependencies, primarily bumping github.com/docker/go-events to v0.1.0 and updating the vendored tree accordingly (including an indirect bump of github.com/sirupsen/logrus).
Changes:
- Bump
github.com/docker/go-eventsfrom a pseudo-version tov0.1.0(updatesgo.mod,go.sum, andvendor/). - Update vendored
github.com/sirupsen/logrustov1.10.2(formatter/concurrency/terminal detection changes). - Refresh
vendor/modules.txtto reflect updated module versions and Go version metadata.
Reviewed changes
Copilot reviewed 1 out of 38 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| vendor/modules.txt | Updates vendored module version records for go-events/logrus. |
| vendor/github.com/sirupsen/logrus/writer.go | Vendored logrus writer API/internal adjustments (any, default print func). |
| vendor/github.com/sirupsen/logrus/text_formatter.go | Vendored logrus TextFormatter refactor and performance/concurrency changes. |
| vendor/github.com/sirupsen/logrus/terminal_check_windows.go | Updates Windows build tags for terminal detection. |
| vendor/github.com/sirupsen/logrus/terminal_check_wasip1.go | Removes wasip1-specific terminal check stub. |
| vendor/github.com/sirupsen/logrus/terminal_check_wasi.go | Removes wasi-specific terminal check stub. |
| vendor/github.com/sirupsen/logrus/terminal_check_unix.go | Updates Unix build tags (incl. tinygo handling). |
| vendor/github.com/sirupsen/logrus/terminal_check_solaris.go | Adjusts Solaris build tags for terminal detection. |
| vendor/github.com/sirupsen/logrus/terminal_check_notappengine.go | Updates build tags and fd overflow guard in terminal checks. |
| vendor/github.com/sirupsen/logrus/terminal_check_no_terminal.go | Expands no-terminal build tags; simplifies signature. |
| vendor/github.com/sirupsen/logrus/terminal_check_js.go | Removes JS-specific terminal check stub. |
| vendor/github.com/sirupsen/logrus/terminal_check_bsd.go | Updates BSD build tags (incl. tinygo handling). |
| vendor/github.com/sirupsen/logrus/terminal_check_appengine.go | Updates AppEngine build tags and terminal check signature. |
| vendor/github.com/sirupsen/logrus/README.md | Updates vendored documentation text/examples. |
| vendor/github.com/sirupsen/logrus/logrus.go | Updates types (any) and level parsing implementation. |
| vendor/github.com/sirupsen/logrus/logger.go | Updates logger APIs (any), panic behavior, and hook snapshotting. |
| vendor/github.com/sirupsen/logrus/level.go | Adds vendored helper for colored level prefix formatting. |
| vendor/github.com/sirupsen/logrus/json_formatter.go | Updates JSON formatter behavior and caller formatting. |
| vendor/github.com/sirupsen/logrus/formatter.go | Updates formatter docs/constants and capacity hints. |
| vendor/github.com/sirupsen/logrus/exported.go | Updates exported helpers/docs; WithError behavior alignment. |
| vendor/github.com/sirupsen/logrus/entry.go | Refactors entry logging paths; improves concurrency safety and panic semantics. |
| vendor/github.com/sirupsen/logrus/doc.go | Documentation formatting updates. |
| vendor/github.com/sirupsen/logrus/CHANGELOG.md | Replaces vendored changelog with updated upstream content. |
| vendor/github.com/sirupsen/logrus/buffer_pool.go | Refactors default buffer pool initialization. |
| vendor/github.com/sirupsen/logrus/alt_exit.go | Minor documentation wording fix in vendored file. |
| vendor/github.com/sirupsen/logrus/.travis.yml | Removes vendored Travis CI config. |
| vendor/github.com/sirupsen/logrus/.golangci.yml | Updates vendored golangci-lint configuration. |
| vendor/github.com/docker/go-events/SECURITY.md | Adds vendored upstream security policy doc. |
| vendor/github.com/docker/go-events/retry.go | Updates retry/backoff implementation (rand/v2, atomic types, time.Until). |
| vendor/github.com/docker/go-events/README.md | Updates badges/links in vendored README. |
| vendor/github.com/docker/go-events/queue.go | Adds clarifying comment in queue implementation. |
| vendor/github.com/docker/go-events/filter.go | Refactors filter type (alias) and updates docs. |
| vendor/github.com/docker/go-events/event.go | Updates Event type to any. |
| vendor/github.com/docker/go-events/errors.go | Refactors ErrSinkClosed declaration style. |
| vendor/github.com/docker/go-events/channel.go | Adjusts channel write behavior to better handle close/send race. |
| vendor/github.com/docker/go-events/broadcast.go | Refactors broadcaster sink management and logging fields. |
| go.sum | Updates checksums for bumped modules (go-events, logrus). |
| go.mod | Updates required module versions for go-events and indirect logrus. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
56
to
59
| github.com/pierrec/lz4/v4 v4.1.14 // indirect | ||
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/sirupsen/logrus v1.9.4 // indirect | ||
| github.com/sirupsen/logrus v1.10.2 // indirect | ||
| github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect |
austinvazquez
approved these changes
Aug 31, 2026
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 github.com/docker/go-events from 0.0.0-20190806004212-e31b211e4f1c to 0.1.0.
Release notes
Sourced from github.com/docker/go-events's releases.
Commits
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)