Skip to content

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
mainfrom
dependabot/go_modules/github.com/docker/go-events-0.1.0
Open

build(deps): bump github.com/docker/go-events from 0.0.0-20190806004212-e31b211e4f1c to 0.1.0#286
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/docker/go-events-0.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

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.

v0.1.0

Initial release

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 31, 2026
Copilot AI lite review requested due to automatic review settings August 31, 2026 15:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 31, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-events from a pseudo-version to v0.1.0 (updates go.mod, go.sum, and vendor/).
  • Update vendored github.com/sirupsen/logrus to v1.10.2 (formatter/concurrency/terminal detection changes).
  • Refresh vendor/modules.txt to 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 thread go.mod
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants