Skip to content

chore(deps): bump the golang group across 13 directories with 10 updates#185

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang-fd9afbda75
Closed

chore(deps): bump the golang group across 13 directories with 10 updates#185
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/golang-fd9afbda75

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps the golang group with 3 updates in the / directory: golang.org/x/crypto, golang.org/x/oauth2 and golang.org/x/time.
Bumps the golang group with 1 update in the /api directory: golang.org/x/net.
Bumps the golang group with 3 updates in the /tests/validation directory: golang.org/x/net, golang.org/x/oauth2 and golang.org/x/time.
Bumps the golang group with 1 update in the /tools/controller-gen directory: golang.org/x/mod.
Bumps the golang group with 1 update in the /tools/deepcopy-gen directory: golang.org/x/mod.
Bumps the golang group with 2 updates in the /tools/ginkgo directory: golang.org/x/mod and golang.org/x/sync.
Bumps the golang group with 3 updates in the /tools/golangci-lint directory: golang.org/x/mod, golang.org/x/sync and golang.org/x/text.
Bumps the golang group with 3 updates in the /tools/helm directory: golang.org/x/crypto, golang.org/x/oauth2 and golang.org/x/time.
Bumps the golang group with 1 update in the /tools/kind directory: golang.org/x/sys.
Bumps the golang group with 3 updates in the /tools/kubectl directory: golang.org/x/net, golang.org/x/oauth2 and golang.org/x/time.
Bumps the golang group with 2 updates in the /tools/license-eye directory: golang.org/x/crypto and golang.org/x/oauth2.
Bumps the golang group with 1 update in the /tools/mockgen directory: golang.org/x/mod.
Bumps the golang group with 1 update in the /tools/register-gen directory: golang.org/x/mod.

Updates golang.org/x/crypto from 0.47.0 to 0.49.0

Commits
  • 982eaa6 go.mod: update golang.org/x dependencies
  • 159944f ssh,acme: clean up tautological/impossible nil conditions
  • a408498 acme: only require prompt if server has terms of service
  • cab0f71 all: upgrade go directive to at least 1.25.0 [generated]
  • 2f26647 x509roots/fallback: update bundle
  • e08b067 go.mod: update golang.org/x dependencies
  • 7d0074c scrypt: fix panic on parameters <= 0
  • See full diff in compare view

Updates golang.org/x/mod from 0.32.0 to 0.33.0

Commits
  • 1ac721d go.mod: update golang.org/x dependencies
  • fb1fac8 all: upgrade go directive to at least 1.25.0 [generated]
  • 27761a2 go.mod: update golang.org/x dependencies
  • 4c04067 go.mod: update golang.org/x dependencies
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.49.0 to 0.51.0

Commits
  • 316e20c go.mod: update golang.org/x dependencies
  • 9767a42 internal/http3: add support for plugging into net/http
  • 4a81284 http2: update docs to disrecommend this package
  • dec6603 dns/dnsmessage: reject too large of names early during unpack
  • 8afa12f http2: deprecate write schedulers
  • 38019a2 http2: add missing copyright header to export_test.go
  • 039b87f internal/http3: return error when Write is used after status 304 is set
  • 6267c6c internal/http3: add HTTP 103 Early Hints support to ClientConn
  • 591bdf3 internal/http3: add HTTP 103 Early Hints support to Server
  • 1faa6d8 internal/http3: avoid potential race when aborting RoundTrip
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.27.0 to 0.36.0

Commits
  • 4d954e6 all: upgrade go directive to at least 1.25.0 [generated]
  • 89ff2e1 google: add safer credentials JSON loading options.
  • acc3815 endpoints: fix %q verb use with wrong type
  • f28b0b5 all: fix some comments
  • fd15e0f x/oauth2: populate RetrieveError from DeviceAuth
  • 792c877 oauth2: use strings.Builder instead of bytes.Buffer
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates golang.org/x/sys from 0.40.0 to 0.42.0

Commits
  • f33a730 windows: support nil security descriptor on GetNamedSecurityInfo
  • 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go
  • 2c2be75 windows: use syscall.SyscallN in Proc.Call
  • a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
  • eaaaaee windows/registry: correct KeyInfo.ModTime calculation
  • 942780b cpu: darwin/arm64 feature detection
  • acef388 unix/linux: Prefixmsg and PrefixCacheinfo structs
  • 3687fbd cpu: better defaults on darwin ARM64
  • 48062e9 plan9: change Note to alias syscall.Note
  • 4f23f80 windows: change Signal to alias syscall.Signal
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.39.0 to 0.41.0

Commits
  • 9d2dc07 go.mod: update golang.org/x dependencies
  • d954e03 all: upgrade go directive to at least 1.25.0 [generated]
  • 3aff304 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates golang.org/x/text from 0.33.0 to 0.35.0

Commits
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
  • Additional commits viewable in compare view

Updates golang.org/x/time from 0.9.0 to 0.15.0

Commits
  • 812b343 all: upgrade go directive to at least 1.25.0 [generated]
  • 2b4e439 rate: use time.Time.Equal instead of ==
  • c0b0320 all: upgrade go directive to at least 1.24.0 [generated]
  • 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary
  • 0c50ed8 all: upgrade go directive to at least 1.23.0 [generated]
  • 66520f6 rate: simplify function advance only returns new Tokens to caller
  • 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  • See full diff in compare view

Updates golang.org/x/tools from 0.41.0 to 0.42.0

Commits
  • 009367f go.mod: update golang.org/x dependencies
  • 2182926 go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods
  • 27020ac internal/server: add module upgrade pathway after vulncheck scanning
  • c4ec0f5 internal/server: list vulnerabilities within vulncheck prompt
  • 80d1715 gopls/internal/protocol: add document uri field type
  • 0e23509 gopls/doc: update link to Acme LSP plugin
  • 7b3ed75 gopls/internal/server: respect SemanticTokens option during initialization
  • fddd4a6 gopls/filecache: prevent premature CAS file eviction
  • e3a69ff gopls/internal/golang: refactor.inline.variable: add parens
  • 955d132 gopls/internal/golang: migrate pkgdoc to cursor
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.49.0 to 0.51.0

Commits
  • 316e20c go.mod: update golang.org/x dependencies
  • 9767a42 internal/http3: add support for plugging into net/http
  • 4a81284 http2: update docs to disrecommend this package
  • dec6603 dns/dnsmessage: reject too large of names early during unpack
  • 8afa12f http2: deprecate write schedulers
  • 38019a2 http2: add missing copyright header to export_test.go
  • 039b87f internal/http3: return error when Write is used after status 304 is set
  • 6267c6c internal/http3: add HTTP 103 Early Hints support to ClientConn
  • 591bdf3 internal/http3: add HTTP 103 Early Hints support to Server
  • 1faa6d8 internal/http3: avoid potential race when aborting RoundTrip
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.33.0 to 0.35.0

Commits
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.49.0 to 0.51.0

Commits
  • 316e20c go.mod: update golang.org/x dependencies
  • 9767a42 internal/http3: add support for plugging into net/http
  • 4a81284 http2: update docs to disrecommend this package
  • dec6603 dns/dnsmessage: reject too large of names early during unpack
  • 8afa12f http2: deprecate write schedulers
  • 38019a2 http2: add missing copyright header to export_test.go
  • 039b87f internal/http3: return error when Write is used after status 304 is set
  • 6267c6c internal/http3: add HTTP 103 Early Hints support to ClientConn
  • 591bdf3 internal/http3: add HTTP 103 Early Hints support to Server
  • 1faa6d8 internal/http3: avoid potential race when aborting RoundTrip
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.27.0 to 0.36.0

Commits
  • 4d954e6 all: upgrade go directive to at least 1.25.0 [generated]
  • 89ff2e1 google: add safer credentials JSON loading options.
  • acc3815 endpoints: fix %q verb use with wrong type
  • f28b0b5 all: fix some comments
  • fd15e0f x/oauth2: populate RetrieveError from DeviceAuth
  • 792c877 oauth2: use strings.Builder instead of bytes.Buffer
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates golang.org/x/sys from 0.40.0 to 0.42.0

Commits
  • f33a730 windows: support nil security descriptor on GetNamedSecurityInfo
  • 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go
  • 2c2be75 windows: use syscall.SyscallN in Proc.Call
  • a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
  • eaaaaee windows/registry: correct KeyInfo.ModTime calculation
  • 942780b cpu: darwin/arm64 feature detection
  • acef388 unix/linux: Prefixmsg and PrefixCacheinfo structs
  • 3687fbd cpu: better defaults on darwin ARM64
  • 48062e9 plan9: change Note to alias syscall.Note
  • 4f23f80 windows: change Signal to alias syscall.Signal
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.39.0 to 0.41.0

Commits
  • 9d2dc07 go.mod: update golang.org/x dependencies
  • d954e03 all: upgrade go directive to at least 1.25.0 [generated]
  • 3aff304 go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates golang.org/x/text from 0.33.0 to 0.35.0

Commits
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
  • Additional commits viewable in compare view

Updates golang.org/x/time from 0.9.0 to 0.15.0

Commits
  • 812b343 all: upgrade go directive to at least 1.25.0 [generated]
  • 2b4e439 rate: use time.Time.Equal instead of ==
  • c0b0320 all: upgrade go directive to at least 1.24.0 [generated]
  • 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary
  • 0c50ed8 all: upgrade go directive to at least 1.23.0 [generated]
  • 66520f6 rate: simplify function advance only returns new Tokens to caller
  • 2c6c5a2 rate: prevent overflows when calculating durationFromTokens
  • See full diff in compare view

Updates golang.org/x/mod from 0.32.0 to 0.33.0

Commits
  • 1ac721d go.mod: update golang.org/x dependencies
  • fb1fac8 all: upgrade go directive to at least 1.25.0 [generated]
  • 27761a2 go.mod: update golang.org/x dependencies
  • 4c04067 go.mod: update golang.org/x dependencies
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.49.0 to 0.51.0

Commits
  • 316e20c go.mod: update golang.org/x dependencies
  • 9767a42 internal/http3: add support for plugging into net/http
  • 4a81284 http2: update docs to disrecommend this package
  • dec6603 dns/dnsmessage: reject too large of names early during unpack
  • 8afa12f http2: deprecate write schedulers
  • 38019a2 http2: add missing copyright header to export_test.go
  • 039b87f internal/http3: return error when Write is used after status 304 is set
  • 6267c6c internal/http3: add HTTP 103 Early Hints support to ClientConn
  • 591bdf3 internal/http3: add HTTP 103 Early Hints support to Server
  • 1faa6d8 internal/http3: avoid potential race when aborting RoundTrip
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates golang.org/x/sys from 0.40.0 to 0.42.0

Commits
  • f33a730 windows: support nil security descriptor on GetNamedSecurityInfo
  • 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go
  • 2c2be75 windows: use syscall.SyscallN in Proc.Call
  • a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
  • eaaaaee windows/registry: correct KeyInfo.ModTime calculation
  • 942780b cpu: darwin/arm64 feature detection
  • acef388 unix/linux: Prefixmsg and PrefixCacheinfo structs
  • 3687fbd cpu: better defaults on darwin ARM64
  • 48062e9 plan9: change Note to alias syscall.Note
  • 4f23f80 windows: change Signal to alias syscall.Signal
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.33.0 to 0.35.0

Commits
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
  • Additional commits viewable in compare view

Updates golang.org/x/tools from 0.41.0 to 0.42.0

Commits
  • 009367f go.mod: update golang.org/x dependencies
  • 2182926 go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods
  • 27020ac internal/server: add module upgrade pathway after vulncheck scanning
  • c4ec0f5 internal/server: list vulnerabilities within vulncheck prompt
  • 80d1715 gopls/internal/protocol: add document uri field type
  • 0e23509 gopls/doc: update link to Acme LSP plugin
  • 7b3ed75 gopls/internal/server: respect SemanticTokens option during initialization
  • fddd4a6 gopls/filecache: prevent premature CAS file eviction
  • e3a69ff gopls/internal/golang: refactor.inline.variable: add parens
  • 955d132 gopls/internal/golang: migrate pkgdoc to cursor
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.32.0 to 0.33.0

Commits
  • 1ac721d go.mod: update golang.org/x dependencies
  • fb1fac8 all: upgrade go directive to at least 1.25.0 [generated]
  • 27761a2 go.mod: update golang.org/x dependencies
  • 4c04067 go.mod: update golang.org/x dependencies
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates golang.org/x/tools from 0.41.0 to 0.42.0

Commits
  • 009367f go.mod: update golang.org/x dependencies
  • 2182926 go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods
  • 27020ac internal/server: add module upgrade pathway after vulncheck scanning
  • c4ec0f5 internal/server: list vulnerabilities within vulncheck prompt
  • 80d1715 gopls/internal/protocol: add document uri field type
  • 0e23509 gopls/doc: update link to Acme LSP plugin
  • 7b3ed75 gopls/internal/server: respect SemanticTokens option during initialization
  • fddd4a6 gopls/filecache: prevent premature CAS file eviction
  • e3a69ff gopls/internal/golang: refactor.inline.variable: add parens
  • 955d132 gopls/internal/golang: migrate pkgdoc to cursor
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.32.0 to 0.33.0

Commits
  • 1ac721d go.mod: update golang.org/x dependencies
  • fb1fac8 all: upgrade go directive to at least 1.25.0 [generated]
  • 27761a2 go.mod: update golang.org/x dependencies
  • 4c04067 go.mod: update golang.org/x dependencies
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates golang.org/x/tools from 0.41.0 to 0.42.0

Commits
  • 009367f go.mod: update golang.org/x dependencies
  • 2182926 go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods
  • 27020ac internal/server: add module upgrade pathway after vulncheck scanning
  • c4ec0f5 internal/server: list vulnerabilities within vulncheck prompt
  • 80d1715 gopls/internal/protocol: add document uri field type
  • 0e23509 gopls/doc: update link to Acme LSP plugin
  • 7b3ed75 gopls/internal/server: respect SemanticTokens option during initialization
  • fddd4a6 gopls/filecache: prevent premature CAS file eviction
  • e3a69ff gopls/internal/golang: refactor.inline.variable: add parens
  • 955d132 gopls/internal/golang: migrate pkgdoc to cursor
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.32.0 to 0.33.0

Commits
  • 1ac721d go.mod: update golang.org/x dependencies
  • fb1fac8 all: upgrade go directive to at least 1.25.0 [generated]
  • 27761a2 go.mod: update golang.org/x dependencies
  • 4c04067 go.mod: update golang.org/x dependencies
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.19.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates golang.org/x/sys from 0.40.0 to 0.42.0

Commits
  • f33a730 windows: support nil security descriptor on GetNamedSecurityInfo
  • 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go
  • 2c2be75 windows: use syscall.SyscallN in Proc.Call
  • a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
  • eaaaaee windows/registry: correct KeyInfo.ModTime calculation
  • 942780b cpu: darwin/arm64 feature detection
  • acef388 unix/linux: Prefixmsg and PrefixCacheinfo structs
  • 3687fbd cpu: better defaults on darwin ARM64
  • 48062e9 plan9: change Note to alias syscall.Note
  • 4f23f80 windows: change Signal to alias syscall.Signal
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.33.0 to 0.35.0

Commits
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • f964ad8 internal/export/idna: delete old code
  • 678d34e unicode/norm: preserve QC Maybe bit in packed forminfo
  • Additional commits viewable in compare view

Updates golang.org/x/tools from 0.41.0 to 0.42.0

Commits
  • 009367f go.mod: update golang.org/x dependencies
  • 2182926 go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods
  • 27020ac internal/server: add module upgrade pathway after vulncheck scanning
  • c4ec0f5 internal/server: list vulnerabilities within vulncheck prompt
  • 80d1715 gopls/internal/protocol: add document uri field type
  • 0e23509 gopls/doc: update link to Acme LSP plugin
  • 7b3ed75 gopls/internal/server: respect SemanticTokens option during initialization
  • fddd4a6 gopls/filecache: prevent premature CAS file eviction
  • e3a69ff gopls/internal/golang: refactor.inline.variable: add parens
  • 955d132 gopls/internal/golang: migrate pkgdoc to cursor
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.47.0 to 0.49.0

Commits
  • 982eaa6 go.mod: update golang.org/x dependencies
  • 159944f ssh,acme: clean up tautological/impossible nil conditions
  • a408498 acme: only require prompt if server has terms of service
  • cab0f71 all: upgrade go directive to at least 1.25.0 [generated]
  • 2f26647 x509roots/fallback: update bundle
  • e08b067 go.mod: update golang.org/x dependencies
  • 7d0074c scrypt: fix panic on parameters <= 0
  • See full diff in compare view

Updates golang.org/x/net from 0.49.0 to 0.51.0

Commits
  • 316e20c go.mod: update golang.org/x dependencies
  • 9767a42 internal/http3: add support for plugging into net/http
  • 4a81284 http2: update docs to disrecommend this package
  • dec6603 dns/dnsmessage: reject too large of names early during unpack
  • 8afa12f http2: deprecate write schedulers
  • 38019a2 http2: add missing copyright header to export_test.go
  • 039b87f internal/http3: return error when Write is used after status 304 is set
  • 6267c6c internal/http3: add HTTP 103 Early Hints support to ClientConn
  • 591bdf3 internal/http3: add HTTP 103 Early Hints support to Server
  • 1faa6d8 internal/http3: avoid potential race when aborting RoundTrip
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.27.0 to 0.36.0

Commits

Bumps the golang group with 3 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/time](https://github.com/golang/time).
Bumps the golang group with 1 update in the /api directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the golang group with 3 updates in the /tests/validation directory: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/time](https://github.com/golang/time).
Bumps the golang group with 1 update in the /tools/controller-gen directory: [golang.org/x/mod](https://github.com/golang/mod).
Bumps the golang group with 1 update in the /tools/deepcopy-gen directory: [golang.org/x/mod](https://github.com/golang/mod).
Bumps the golang group with 2 updates in the /tools/ginkgo directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/sync](https://github.com/golang/sync).
Bumps the golang group with 3 updates in the /tools/golangci-lint directory: [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/sync](https://github.com/golang/sync) and [golang.org/x/text](https://github.com/golang/text).
Bumps the golang group with 3 updates in the /tools/helm directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/time](https://github.com/golang/time).
Bumps the golang group with 1 update in the /tools/kind directory: [golang.org/x/sys](https://github.com/golang/sys).
Bumps the golang group with 3 updates in the /tools/kubectl directory: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/time](https://github.com/golang/time).
Bumps the golang group with 2 updates in the /tools/license-eye directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/oauth2](https://github.com/golang/oauth2).
Bumps the golang group with 1 update in the /tools/mockgen directory: [golang.org/x/mod](https://github.com/golang/mod).
Bumps the golang group with 1 update in the /tools/register-gen directory: [golang.org/x/mod](https://github.com/golang/mod).


Updates `golang.org/x/crypto` from 0.47.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/net` from 0.49.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.9.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/net` from 0.49.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.9.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/net` from 0.49.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/crypto` from 0.47.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

Updates `golang.org/x/net` from 0.49.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.9.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/net` from 0.49.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.9.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/crypto` from 0.47.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/net` from 0.49.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.8.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.8.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.8.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.8.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/net` from 0.49.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.40.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/mod` from 0.23.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/net` from 0.35.0 to 0.50.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.30.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.22.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.30.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/net` from 0.35.0 to 0.50.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.22.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.35.0 to 0.50.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.30.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.22.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/mod` from 0.23.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/net` from 0.35.0 to 0.50.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.30.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.22.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.30.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.23.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.30.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.23.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.30.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.23.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.30.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.22.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.30.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/net` from 0.35.0 to 0.50.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.30.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.22.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sys` from 0.30.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/net` from 0.35.0 to 0.50.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.30.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.22.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/mod` from 0.23.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/net` from 0.35.0 to 0.50.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.30.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.22.0 to 0.34.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.30.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.23.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.30.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.23.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.11.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.30.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.32.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.31.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/mod` from 0.31.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.31.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.31.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.31.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/mod` from 0.31.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.39.0 to 0.41.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.31.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.31.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.19.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.40.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

Updates `golang.org/x/net` from 0.47.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.37.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.7.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/net` from 0.47.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.47.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.37.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.7.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/net` from 0.47.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

Updates `golang.org/x/net` from 0.47.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.37.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.7.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/net` from 0.47.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.37.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.7.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

Updates `golang.org/x/net` from 0.47.0 to 0.51.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.38.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.31.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.6.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/sys` from 0.6.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/sys` from 0.6.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/sys` from 0.6.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/sys` from 0.6.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/sys` from 0.6.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/sys` from 0.6.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/sys` from 0.6.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/net` from 0.30.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.25.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.19.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.7.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/net` from 0.30.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/text` from 0.19.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.30.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.25.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.19.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.7.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/net` from 0.30.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.19.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.19.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/net` from 0.30.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.25.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.19.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.7.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/net` from 0.30.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/term` from 0.25.0 to 0.41.0
- [Commits](https://github.com/golang/term/compare/v0.39.0...v0.41.0)

Updates `golang.org/x/text` from 0.19.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/time` from 0.7.0 to 0.15.0
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.15.0)

Updates `golang.org/x/net` from 0.30.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.49.0...v0.52.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.19.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/crypto` from 0.39.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

Updates `golang.org/x/mod` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

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

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.26.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

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

Updates `golang.org/x/text` from 0.26.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

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

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.26.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/mod` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

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

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.26.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.26.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/crypto` from 0.39.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

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

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.26.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

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

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.26.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/crypto` from 0.39.0 to 0.49.0
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.49.0)

Updates `golang.org/x/mod` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

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

Updates `golang.org/x/oauth2` from 0.27.0 to 0.36.0
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.36.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.42.0
- [Commits](https://github.com/golang/sys/compare/v0.6.0...v0.43.0)

Updates `golang.org/x/text` from 0.26.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.35.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.25.0 to 0.33.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.20.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.34.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.41.0...v0.42.0)

Updates `golang.org/x/mod` from 0.27.0 to 0.34.0
- [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.34.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.19.0
- [Commits](https://github.com/golang/sync/compare/v0.19.0...v0.20.0)

Updates `golang.org/x/tools` from 0.36.0 to 0.42.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](htt...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 8, 2026
@github-actions github-actions bot added the v2 label Apr 8, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 9, 2026

Superseded by #187.

@dependabot dependabot bot closed this Apr 9, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/golang-fd9afbda75 branch April 9, 2026 16:50
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 v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants