Skip to content

build(deps): bump the go_modules group across 39 directories with 4 updates#63

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/go_modules-cb2189de26
Closed

build(deps): bump the go_modules group across 39 directories with 4 updates#63
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/go_modules-cb2189de26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown

Bumps the go_modules group with 1 update in the / directory: github.com/jackc/pgx/v5.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/agent/weknora directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/codeexecutor/container directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/codeexecutor/jupyter directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/evaluation directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/graph/checkpoint/redis directory: golang.org/x/net.
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/knowledge/document/reader/pdf directory: golang.org/x/image and golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/embedder/gemini directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/embedder/huggingface directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/embedder/ollama directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/vectorstore/milvus directory: golang.org/x/net.
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/knowledge/vectorstore/pgvector directory: golang.org/x/crypto and github.com/jackc/pgx/v5.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/vectorstore/qdrant directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/vectorstore/tcvector directory: golang.org/x/net.
Bumps the go_modules group with 3 updates in the /pkg/trpc-agent-go/memory/postgres directory: golang.org/x/crypto, github.com/jackc/pgx/v5 and golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/model/gemini directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/model/provider directory: golang.org/x/net.
Bumps the go_modules group with 3 updates in the /pkg/trpc-agent-go/openclaw directory: golang.org/x/image, golang.org/x/net and github.com/jackc/pgx/v5.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/agui directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/evaluation directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/promptiter directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/session/clickhouse directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/session/mysql directory: golang.org/x/net.
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/session/pgvector directory: golang.org/x/net and github.com/jackc/pgx/v5.
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/session/postgres directory: golang.org/x/net and github.com/jackc/pgx/v5.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/session/redis directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/session/sqlite directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/storage/milvus directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/storage/mongodb directory: golang.org/x/crypto.
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/storage/postgres directory: golang.org/x/crypto and github.com/jackc/pgx/v5.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/storage/qdrant directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/storage/tcvector directory: golang.org/x/net.
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/tool/arxivsearch directory: golang.org/x/image and golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/claudecode directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/google directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/webfetch/geminifetch directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/webfetch/httpfetch directory: golang.org/x/net.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/wikipedia directory: golang.org/x/net.

Updates github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

5.9.1 (March 22, 2026)

  • Fix: batch result format corruption when using cached prepared statements (reported by Dirkjan Bussink)

5.9.0 (March 21, 2026)

This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.

It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.

It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.

  • Require Go 1.25+
  • Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
  • Add OAuth authentication support for PostgreSQL 18 (David Schneider)
  • Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
  • Add tsvector type support (Adam Brightwell)
  • Skip Describe Portal for cached prepared statements reducing network round trips
  • Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
  • Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
  • Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
  • Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
  • Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
  • Make RowsAffected faster (Abhishek Chanda)
  • Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
  • Fix: ContextWatcher goroutine leak (Hank Donnay)
  • Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)

... (truncated)

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • 4e4eaed Release v5.9.1
  • 6273188 Fix batch result format corruption when using cached prepared statements
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

5.9.1 (March 22, 2026)

  • Fix: batch result format corruption when using cached prepared statements (reported by Dirkjan Bussink)

5.9.0 (March 21, 2026)

This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.

It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.

It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.

  • Require Go 1.25+
  • Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
  • Add OAuth authentication support for PostgreSQL 18 (David Schneider)
  • Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
  • Add tsvector type support (Adam Brightwell)
  • Skip Describe Portal for cached prepared statements reducing network round trips
  • Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
  • Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
  • Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
  • Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
  • Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
  • Make RowsAffected faster (Abhishek Chanda)
  • Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
  • Fix: ContextWatcher goroutine leak (Hank Donnay)
  • Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)

... (truncated)

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • 4e4eaed Release v5.9.1
  • 6273188 Fix batch result format corruption when using cached prepared statements
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

5.9.1 (March 22, 2026)

  • Fix: batch result format corruption when using cached prepared statements (reported by Dirkjan Bussink)

5.9.0 (March 21, 2026)

This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.

It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.

It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.

  • Require Go 1.25+
  • Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
  • Add OAuth authentication support for PostgreSQL 18 (David Schneider)
  • Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
  • Add tsvector type support (Adam Brightwell)
  • Skip Describe Portal for cached prepared statements reducing network round trips
  • Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
  • Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
  • Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
  • Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
  • Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
  • Make RowsAffected faster (Abhishek Chanda)
  • Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
  • Fix: ContextWatcher goroutine leak (Hank Donnay)
  • Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)

... (truncated)

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • 4e4eaed Release v5.9.1
  • 6273188 Fix batch result format corruption when using cached prepared statements
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

5.9.1 (March 22, 2026)

  • Fix: batch result format corruption when using cached prepared statements (reported by Dirkjan Bussink)

5.9.0 (March 21, 2026)

This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.

It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.

It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.

  • Require Go 1.25+
  • Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
  • Add OAuth authentication support for PostgreSQL 18 (David Schneider)
  • Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
  • Add tsvector type support (Adam Brightwell)
  • Skip Describe Portal for cached prepared statements reducing network round trips
  • Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
  • Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
  • Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
  • Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
  • Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
  • Make RowsAffected faster (Abhishek Chanda)
  • Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
  • Fix: ContextWatcher goroutine leak (Hank Donnay)
  • Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)

... (truncated)

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • 4e4eaed Release v5.9.1
  • 6273188 Fix batch result format corruption when using cached prepared statements
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

5.9.1 (March 22, 2026)

  • Fix: batch result format corruption when using cached prepared statements (reported by Dirkjan Bussink)

5.9.0 (March 21, 2026)

This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.

It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.

It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.

  • Require Go 1.25+
  • Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
  • Add OAuth authentication support for PostgreSQL 18 (David Schneider)
  • Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
  • Add tsvector type support (Adam Brightwell)
  • Skip Describe Portal for cached prepared statements reducing network round trips
  • Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
  • Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
  • Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
  • Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
  • Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
  • Make RowsAffected faster (Abhishek Chanda)
  • Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
  • Fix: ContextWatcher goroutine leak (Hank Donnay)
  • Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)

... (truncated)

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • 4e4eaed Release v5.9.1
  • 6273188 Fix batch result format corruption when using cached prepared statements
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

5.9.1 (March 22, 2026)

  • Fix: batch result format corruption when using cached prepared statements (reported by Dirkjan Bussink)

5.9.0 (March 21, 2026)

This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.

It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.

It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.

  • Require Go 1.25+
  • Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
  • Add OAuth authentication support for PostgreSQL 18 (David Schneider)
  • Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
  • Add tsvector type support (Adam Brightwell)
  • Skip Describe Portal for cached prepared statements reducing network round trips
  • Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
  • Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
  • Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
  • Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
  • Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
  • Make RowsAffected faster (Abhishek Chanda)
  • Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
  • Fix: ContextWatcher goroutine leak (Hank Donnay)
  • Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)

... (truncated)

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • 4e4eaed Release v5.9.1
  • 6273188 Fix batch result format corruption when using cached prepared statements
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.7.2 to 5.9.2

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.9.2 (April 18, 2026)

Fix SQL Injection via placeholder confusion with dollar quoted string literals (GHSA-j88v-2chj-qfwx)

SQL injection can occur when:

  1. The non-default simple protocol is used.
  2. A dollar quoted string literal is used in the SQL query.
  3. That query contains text that would be would be interpreted outside as a placeholder outside of a string literal.
  4. The value of that placeholder is controllable by the attacker.

e.g.

attackValue := `$tag$; drop table canary; --`
_, err = tx.Exec(ctx, `select $tag$ $1 $tag$, $1`, pgx.QueryExecModeSimpleProtocol, attackValue)

This is unlikely to occur outside of a contrived scenario.

5.9.1 (March 22, 2026)

  • Fix: batch result format corruption when using cached prepared statements (reported by Dirkjan Bussink)

5.9.0 (March 21, 2026)

This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.

It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.

It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.

  • Require Go 1.25+
  • Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
  • Add OAuth authentication support for PostgreSQL 18 (David Schneider)
  • Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
  • Add tsvector type support (Adam Brightwell)
  • Skip Describe Portal for cached prepared statements reducing network round trips
  • Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
  • Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
  • Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
  • Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
  • Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
  • Make RowsAffected faster (Abhishek Chanda)
  • Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
  • Fix: ContextWatcher goroutine leak (Hank Donnay)
  • Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)

... (truncated)

Commits
  • 0aeabbc Release v5.9.2
  • 60644f8 Fix SQL sanitizer bugs with dollar-quoted strings and placeholder overflow
  • a5680bc Merge pull request #2531 from dolmen-go/godoc-add-links
  • e34e452 doc: Add godoc links
  • 08c9bb1 Fix Stringer types encoded as text instead of numeric value in composite fields
  • 96b4dbd Remove unstable test
  • acf88e0 Merge pull request #2526 from abrightwell/abrightwell-min-proto
  • 2f81f1f Update max_protocol_version and min_protocol_version defaults
  • 4e4eaed Release v5.9.1
  • 6273188 Fix batch result format corruption when using cached prepared statements
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.32.0 to 0.51.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.32.0 to 0.51.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.32.0 to 0.51.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.34.0 to 0.55.0

Commits
  • 7770ec4 go.mod: update golang.org/x dependencies
  • 4ece7b6 html: escape greater-than symbol in doctype identifiers
  • 08be507 html: improve Noah's Ark clause performance
  • a8fb2fe html: properly render fostered elements in foreign content
  • 0dc5b7a html: properly check namespace in "in body" any other end tag
  • a452f3c html: ignore duplicate attributes during tokenization
  • f865199 quic: fix appendMaxDataFrame erroneously accumulating sentLimit
  • 210ed3c quic: establish a "happened-before" relationship between stream write and read
  • ad8140e quic: fix buffer slicing when handling overlapping stream data
  • 23ee2ef http2: avoid API changes when built with go1.27
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.32.0 to 0.51.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.32.0 to 0.51.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/net f...

Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 14, 2026
…pdates

Bumps the go_modules group with 1 update in the / directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/agent/weknora directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/codeexecutor/container directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/codeexecutor/jupyter directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/evaluation directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/graph/checkpoint/redis directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/knowledge/document/reader/pdf directory: [golang.org/x/image](https://github.com/golang/image) and [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/embedder/gemini directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/embedder/huggingface directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/embedder/ollama directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/vectorstore/milvus directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/knowledge/vectorstore/pgvector directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/jackc/pgx/v5](https://github.com/jackc/pgx).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/vectorstore/qdrant directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/knowledge/vectorstore/tcvector directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 3 updates in the /pkg/trpc-agent-go/memory/postgres directory: [golang.org/x/crypto](https://github.com/golang/crypto), [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) and [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/model/gemini directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/model/provider directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 3 updates in the /pkg/trpc-agent-go/openclaw directory: [golang.org/x/image](https://github.com/golang/image), [golang.org/x/net](https://github.com/golang/net) and [github.com/jackc/pgx/v5](https://github.com/jackc/pgx).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/agui directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/evaluation directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/promptiter directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/session/clickhouse directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/session/mysql directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/session/pgvector directory: [golang.org/x/net](https://github.com/golang/net) and [github.com/jackc/pgx/v5](https://github.com/jackc/pgx).
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/session/postgres directory: [golang.org/x/net](https://github.com/golang/net) and [github.com/jackc/pgx/v5](https://github.com/jackc/pgx).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/session/redis directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/session/sqlite directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/storage/milvus directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/storage/mongodb directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/storage/postgres directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/jackc/pgx/v5](https://github.com/jackc/pgx).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/storage/qdrant directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/storage/tcvector directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 2 updates in the /pkg/trpc-agent-go/tool/arxivsearch directory: [golang.org/x/image](https://github.com/golang/image) and [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/claudecode directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/google directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/webfetch/geminifetch directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/webfetch/httpfetch directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/tool/wikipedia directory: [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.47.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/image` from 0.32.0 to 0.41.0
- [Commits](https://github.com/golang/image/compare/v0.32.0...v0.41.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/image` from 0.32.0 to 0.41.0
- [Commits](https://github.com/golang/image/compare/v0.32.0...v0.41.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/image` from 0.32.0 to 0.41.0
- [Commits](https://github.com/golang/image/compare/v0.32.0...v0.41.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/image` from 0.32.0 to 0.41.0
- [Commits](https://github.com/golang/image/compare/v0.32.0...v0.41.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.34.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.46.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.41.0 to 0.51.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/net` from 0.43.0 to 0.55.0
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.55.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `golang.org/x/crypto` from 0.32.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.32.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.2...v5.9.2)

Updates `golang.org/x/crypto` from 0.32.0 to 0.52.0
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.52.0)

Updates `github.com/jackc/pgx/v5` from 5.7.2 to 5.9.2
- [Changelog](ht...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go_modules-cb2189de26 branch from df4686f to c821ebd Compare July 14, 2026 19:11
@AmarsDing AmarsDing closed this Jul 21, 2026
@AmarsDing
AmarsDing deleted the dependabot/go_modules/go_modules-cb2189de26 branch July 21, 2026 16:58
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

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.

1 participant