Skip to content

Comments

fix(deps): update go patch dependencies#27

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/go-patch-dependencies
Open

fix(deps): update go patch dependencies#27
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/go-patch-dependencies

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Jan 13, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/sirupsen/logrus v1.9.3 -> v1.9.4 age confidence
google.golang.org/protobuf v1.36.6 -> v1.36.11 age confidence
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 -> v1.0.0-20201130134442-10cb98267c6c age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.4

Compare Source

Notable changes

  • go.mod: update minimum supported go version to v1.17 #​1460
  • go.mod: bump up dependencies #​1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #​1364
  • Add WASI wasip1 support #​1388
  • Remove uses of deprecated ioutil package #​1472
  • CI: update actions and golangci-lint #​1459
  • CI: remove appveyor, add macOS #​1460

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice

v1.36.10

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.9...v1.36.10

Bug fixes:
CL/704415: reflect/protodesc: edition-2024-specific properties should not be lost when converting FileDescriptorProto to protoreflect.FileDescriptor

Maintenance:
CL/708555: internal/race_test: add missing impl.LazyEnabled() t.Skip
CL/703295: proto: add more invalid group encoding test cases
CL/703276: internal/impl: verify lazy unmarshal on Deterministic encoding
CL/703275: internal/impl: stop using deprecated .Field in lazy_test.go
CL/702795: all: update to latest github.com/google/go-cmp

v1.36.9

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9

User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release

v1.36.7

Compare Source

Maintenance / optimizations:

CL/683955: encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
CL/674055: internal/impl: remove unnecessary atomic access for non-lazy lists
CL/674015: impl: remove unnecessary nil check from presence.Present
CL/673495: types/descriptorpb: regenerate using latest protobuf v31 release
CL/670516: cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
CL/670515: internal: move usePresenceForField to internal/filedesc
CL/670275: internal/impl: clean up usePresenceForField() (no-op)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@snyk-io
Copy link

snyk-io bot commented Jan 13, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from 3a4c735 to f641f51 Compare January 14, 2026 01:17
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update go patch dependencies chore(deps): update module gopkg.in/check.v1 to v1.0.0-20201130134442-10cb98267c6c Jan 14, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from f641f51 to 0f4bc5e Compare January 14, 2026 05:19
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module gopkg.in/check.v1 to v1.0.0-20201130134442-10cb98267c6c chore(deps): update go patch dependencies Jan 14, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from 0f4bc5e to c663213 Compare January 14, 2026 17:40
@red-hat-konflux red-hat-konflux bot requested a review from a team as a code owner January 14, 2026 17:40
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from c663213 to d273979 Compare January 15, 2026 13:21
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update go patch dependencies fix(deps): update go patch dependencies Jan 15, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch 9 times, most recently from d0d30e1 to 371dc57 Compare January 23, 2026 09:13
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch 6 times, most recently from 53a80a4 to b5dc7a6 Compare January 27, 2026 01:19
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update go patch dependencies chore(deps): update go patch dependencies Jan 27, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from b5dc7a6 to cf17dc1 Compare January 27, 2026 05:17
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update go patch dependencies fix(deps): update go patch dependencies Jan 27, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch 3 times, most recently from c5463de to f64f616 Compare January 28, 2026 17:33
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from 6d92a2d to 6e8cfd5 Compare February 4, 2026 21:47
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update module github.com/sirupsen/logrus to v1.9.4 fix(deps): update go patch dependencies Feb 5, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch 2 times, most recently from 82a10bd to f2770b7 Compare February 5, 2026 09:43
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update go patch dependencies chore(deps): update go patch dependencies Feb 5, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from f2770b7 to 27b6183 Compare February 5, 2026 13:22
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update go patch dependencies fix(deps): update go patch dependencies Feb 5, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from 27b6183 to dbcdbc6 Compare February 5, 2026 21:18
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update go patch dependencies chore(deps): update go patch dependencies Feb 5, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from dbcdbc6 to 3edcb50 Compare February 6, 2026 01:20
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update go patch dependencies fix(deps): update go patch dependencies Feb 6, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch 8 times, most recently from 80f9ad8 to 17c04dd Compare February 12, 2026 17:31
@red-hat-konflux red-hat-konflux bot changed the title fix(deps): update go patch dependencies chore(deps): update go patch dependencies Feb 12, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from 17c04dd to c633727 Compare February 12, 2026 21:21
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update go patch dependencies fix(deps): update go patch dependencies Feb 12, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch 6 times, most recently from 67e0174 to 54835f3 Compare February 20, 2026 01:29
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/go-patch-dependencies branch from 54835f3 to bd33c57 Compare February 24, 2026 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants