Skip to content

chore(deps): update go dependencies#218

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

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

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented Mar 30, 2026

This PR contains the following updates:

Package Type Update Change
cel.dev/expr indirect patch v0.25.1v0.25.2
cloud.google.com/go/auth indirect minor v0.19.0v0.20.0
cloud.google.com/go/trace indirect minor v1.11.7v1.16.0
github.com/fatih/color indirect minor v1.18.0v1.19.0
github.com/go-sql-driver/mysql require minor v1.9.3v1.10.0
github.com/goccy/go-json indirect patch v0.10.5v0.10.6
github.com/google/trillian require patch v1.7.2v1.7.3
github.com/googleapis/enterprise-certificate-proxy indirect patch v0.3.14v0.3.15
github.com/lib/pq indirect patch v1.12.0v1.12.3
github.com/mattn/go-isatty indirect patch v0.0.20v0.0.22
github.com/mattn/go-runewidth indirect patch v0.0.21v0.0.23
github.com/mattn/go-sqlite3 require patch v1.14.38v1.14.44
github.com/olekukonko/errors indirect minor v1.2.0v1.3.0
github.com/olekukonko/tablewriter indirect patch v1.1.3v1.1.4
github.com/petermattis/goid indirect digest 7c7de50df67b19
github.com/planetscale/vtprotobuf indirect digest 0393e58ba97887
github.com/prometheus/prometheus indirect minor v0.51.0v0.311.3
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc indirect minor v0.67.0v0.68.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp indirect minor v0.67.0v0.68.0
golang.org/x/crypto require minor v0.49.0v0.51.0
golang.org/x/mod indirect minor v0.34.0v0.36.0
golang.org/x/net indirect minor v0.52.0v0.54.0
golang.org/x/sys indirect minor v0.42.0v0.44.0
golang.org/x/text indirect minor v0.35.0v0.37.0
golang.org/x/tools indirect minor v0.43.0v0.45.0
google.golang.org/api indirect minor v0.273.0v0.278.0
google.golang.org/genproto indirect digest 0b37fe360b97b3
google.golang.org/genproto/googleapis/api indirect digest d00831a60b97b3
google.golang.org/genproto/googleapis/rpc indirect digest d00831a60b97b3

Warning

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


Release Notes

google/cel-spec (cel.dev/expr)

v0.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: google/cel-spec@v0.25.1...v0.25.2

googleapis/google-cloud-go (cloud.google.com/go/auth)

v0.20.0

Compare Source

  • bigquery: Support SchemaUpdateOptions for load jobs.

  • bigtable:

    • Add SampleRowKeys.
    • cbt: Support union, intersection GCPolicy.
    • Retry admin RPCS.
    • Add trace spans to retries.
  • datastore: Add OpenCensus tracing.

  • firestore:

    • Fix queries involving Null and NaN.
    • Allow Timestamp protobuffers for time values.
  • logging: Add a WriteTimeout option.

  • spanner: Support Batch API.

  • storage: Add OpenCensus tracing.

fatih/color (github.com/fatih/color)

v1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

go-sql-driver/mysql (github.com/go-sql-driver/mysql)

v1.10.0

Compare Source

  • Fix getSystemVar("max_allowed_packet") potentially returned wrong value. (#​1754)
    This affects only when maxAllowedPacket=0 is set.

  • Bump filippo.io/edwards25519 from 1.1.1 to 1.2.0. (#​1756)
    While older versions have reported CVEs, they do not affect go-mysql.

  • Update Go versions to 1.24-1.26. (#​1763)

  • Enhance interpolateParams to correctly handle placeholders. (#​1732)
    The question mark (?) within strings and comments will no longer be treated as a placeholder.

goccy/go-json (github.com/goccy/go-json)

v0.10.6: 0.10.6

Compare Source

What's Changed

New Contributors

Full Changelog: goccy/go-json@v0.10.5...v0.10.6

google/trillian (github.com/google/trillian)

v1.7.3

Compare Source

  • Recommended go version for development: 1.25
    • This is the version used by the cloudbuild presubmits. Using a
      different version can lead to presubmits failing due to unexpected
      diffs.
Storage
  • PostgreSQL quota manager: Use SELECT(*) instead of ANALYZE up to 10,000 rows instead of 1,000 by @​robstradling in #​3813

  • Add TLS support for PostgreSQL by @​fghanmi in #​3831

    • --postgresql_tls_ca: users can provide a CA certificate, that is used to establish a secure communication with PostgreSQL server.
    • --postgresql_verify_full: users can enable full TLS verification for PostgreSQL (sslmode=verify-full). If false, only sslmode=verify-ca is used.
  • CloudSpanner: Many storage-specific options are deprecated and have likely been ineffective for some time in #​3860

Election system
Documentation
Misc
Dependency update
googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)

v0.3.15

Compare Source

What's Changed

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.14...v0.3.15

lib/pq (github.com/lib/pq)

v1.12.3

Compare Source

  • Send datestyle startup parameter, improving compatbility with database engines
    that use a different default datestyle such as EnterpriseDB (#​1312).

v1.12.2

Compare Source

  • Treat io.ErrUnexpectedEOF as driver.ErrBadConn so database/sql discards the
    connection. Since v1.12.0 this could result in permanently broken connections,
    especially with CockroachDB which frequently sends partial messages (#​1299).

v1.12.1

Compare Source

  • Look for pgpass file in ~/.pgpass instead of ~/.postgresql/pgpass (#​1300).

  • Don't clear password if directly set on pq.Config (#​1302).

mattn/go-isatty (github.com/mattn/go-isatty)

v0.0.22

Compare Source

v0.0.21

Compare Source

mattn/go-runewidth (github.com/mattn/go-runewidth)

v0.0.23

Compare Source

v0.0.22

Compare Source

mattn/go-sqlite3 (github.com/mattn/go-sqlite3)

v1.14.44

Compare Source

v1.14.43

Compare Source

v1.14.42

Compare Source

v1.14.41

Compare Source

v1.14.40

Compare Source

v1.14.39

Compare Source

olekukonko/errors (github.com/olekukonko/errors)

v1.3.0

Compare Source

olekukonko/tablewriter (github.com/olekukonko/tablewriter)

v1.1.4

Compare Source

prometheus/prometheus (github.com/prometheus/prometheus)

v0.311.3

Compare Source

v0.311.2

Compare Source

v0.311.1

Compare Source

v0.311.0

Compare Source

v0.310.0

Compare Source

v0.309.1

Compare Source

v0.309.0

Compare Source

v0.308.1

Compare Source

v0.308.0

Compare Source

v0.307.3

Compare Source

v0.307.2

Compare Source

v0.307.1

Compare Source

v0.307.0

Compare Source

v0.306.0

Compare Source

v0.305.3

Compare Source

v0.305.2

Compare Source

v0.305.1

Compare Source

v0.305.0

Compare Source

v0.304.2

Compare Source

v0.304.1

Compare Source

v0.304.0

Compare Source

v0.303.1

Compare Source

v0.303.0

Compare Source

v0.302.1

Compare Source

v0.302.0

Compare Source

v0.301.0

Compare Source

v0.300.1

Compare Source

v0.300.0

Compare Source

v0.55.1

Compare Source

v0.55.0

Compare Source

v0.54.1

Compare Source

v0.54.0

Compare Source

v0.53.4

Compare Source

v0.53.3

Compare Source

v0.53.2

Compare Source

v0.53.1

Compare Source

v0.53.0

Compare Source

v0.52.1

Compare Source

v0.52.0

Compare Source

v0.51.2

Compare Source

v0.51.1

Compare Source

googleapis/google-api-go-client (google.golang.org/api)

v0.278.0

Compare Source

Features

v0.277.0

Compare Source

Features
Bug Fixes

v0.276.0

Compare Source

Features

v0.275.0

Compare Source

Features

v0.274.0

Compare Source

Features

v0.273.1

Compare Source

Bug Fixes

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.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 2 times, most recently from b1c839e to 73a7dc1 Compare March 31, 2026 03:21
@red-hat-konflux
Copy link
Copy Markdown
Author

red-hat-konflux Bot commented Mar 31, 2026

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 12 additional dependencies were updated

Details:

Package Change
github.com/jackc/pgx/v5 v5.7.5 -> v5.9.1
go.etcd.io/etcd/client/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/etcdctl/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/v3 v3.6.0 -> v3.6.9
k8s.io/klog/v2 v2.130.1 -> v2.140.0
github.com/googleapis/gax-go/v2 v2.19.0 -> v2.20.0
go.etcd.io/etcd/api/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/client/pkg/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/etcdutl/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/pkg/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/server/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/tests/v3 v3.6.0 -> v3.6.9

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 5 times, most recently from ae5520e to 63d3b8b Compare April 3, 2026 03:10
@red-hat-konflux
Copy link
Copy Markdown
Author

red-hat-konflux Bot commented Apr 3, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/jackc/pgx/v5 v5.7.5 -> v5.9.1
go.etcd.io/etcd/client/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/etcdctl/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/v3 v3.6.0 -> v3.6.9
google.golang.org/grpc v1.79.3 -> v1.80.0
k8s.io/klog/v2 v2.130.1 -> v2.140.0
cloud.google.com/go/monitoring v1.24.3 -> v1.28.0
github.com/envoyproxy/go-control-plane/envoy v1.36.0 -> v1.37.0
github.com/googleapis/gax-go/v2 v2.19.0 -> v2.22.0
go.etcd.io/etcd/api/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/client/pkg/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/etcdutl/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/pkg/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/server/v3 v3.6.0 -> v3.6.9
go.etcd.io/etcd/tests/v3 v3.6.0 -> v3.6.9
go.opentelemetry.io/otel v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 -> v1.42.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 -> v1.42.0
go.opentelemetry.io/otel/metric v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.42.0 -> v1.43.0
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 16 times, most recently from 789c08f to 97a87d1 Compare April 10, 2026 02:59
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 4 times, most recently from 55a6571 to e6352e7 Compare April 12, 2026 18:19
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 17 times, most recently from d1d27ef to ecda915 Compare April 27, 2026 06:43
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 12 times, most recently from e30a891 to 9f75237 Compare April 30, 2026 02:38
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants