Skip to content

chore(deps): bump the golang-modules group across 30 directories with 7 updates#2612

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/aerospike/golang-modules-1d9b722a8a
Closed

chore(deps): bump the golang-modules group across 30 directories with 7 updates#2612
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/aerospike/golang-modules-1d9b722a8a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Bumps the golang-modules group with 3 updates in the /aerospike directory: golang.org/x/crypto, golang.org/x/sync and golang.org/x/tools.
Bumps the golang-modules group with 1 update in the /arangodb directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /azureblob directory: golang.org/x/crypto.
Bumps the golang-modules group with 2 updates in the /badger directory: golang.org/x/sys and golang.org/x/net.
Bumps the golang-modules group with 1 update in the /bbolt directory: golang.org/x/sys.
Bumps the golang-modules group with 2 updates in the /cassandra directory: golang.org/x/crypto and golang.org/x/sync.
Bumps the golang-modules group with 1 update in the /clickhouse directory: golang.org/x/crypto.
Bumps the golang-modules group with 2 updates in the /cloudflarekv directory: golang.org/x/net and golang.org/x/time.
Bumps the golang-modules group with 1 update in the /coherence directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /couchbase directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /dynamodb directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /etcd directory: golang.org/x/crypto.
Bumps the golang-modules group with 2 updates in the /firestore directory: golang.org/x/crypto and golang.org/x/net.
Bumps the golang-modules group with 1 update in the /memcache directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /minio directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /mongodb directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /mysql directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /nats directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /neo4j directory: golang.org/x/crypto.
Bumps the golang-modules group with 2 updates in the /pebble directory: golang.org/x/sys and golang.org/x/text.
Bumps the golang-modules group with 1 update in the /postgres directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /redis directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /ristretto directory: golang.org/x/sys.
Bumps the golang-modules group with 1 update in the /rueidis directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /s3 directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /scylladb directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /surrealdb directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /testhelpers/redis directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /testhelpers/tck directory: golang.org/x/crypto.
Bumps the golang-modules group with 1 update in the /valkey directory: golang.org/x/crypto.

Updates golang.org/x/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff 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.41.0 to 0.43.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/tools from 0.42.0 to 0.44.0

Commits
  • 3dd188d go.mod: update golang.org/x dependencies
  • aebd870 gopls: improve doc link matching to support links followed by a colon
  • 5357b43 go/analysis/passes/modernize: rangeint: handle type parameter constraints
  • bf04c61 go/types/internal/play: show normal terms of selected type
  • 0ae2de0 gopls/internal/filecache: cache decoded objects in memCache
  • 8e51a5f go/ssa: support direct references to embedded fields in struct lit
  • 5005b9e internal/gcimporter: rename ureader_yes.go to ureader.go
  • 5ca865b go/types/objectpath: add debugging command
  • f6476fb internal/gcimporter: consume generic methods in gcimporter
  • b36d1d1 internal/pkgbits: sync version.go with goroot
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/sys from 0.41.0 to 0.43.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/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff 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.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff 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.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff 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.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in compare view

Updates golang.org/x/sys from 0.41.0 to 0.43.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/crypto from 0.48.0 to 0.50.0

Commits
  • 03ca0dc go.mod: update golang.org/x dependencies
  • 8400f4a ssh: respect signer's algorithm preference in pickSignatureAlgorithm
  • 81c6cb3 ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
  • 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
  • See full diff in

@dependabot dependabot Bot added the 🤖 Dependencies Pull requests that update a dependency file label Apr 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 10, 2026 07:14
@dependabot dependabot Bot requested review from ReneWerner87, efectn, gaby and sixcolors and removed request for a team April 10, 2026 07:14
@dependabot dependabot Bot force-pushed the dependabot/go_modules/aerospike/golang-modules-1d9b722a8a branch 6 times, most recently from e8a9bb3 to 8113b44 Compare April 17, 2026 07:14
@dependabot dependabot Bot force-pushed the dependabot/go_modules/aerospike/golang-modules-1d9b722a8a branch from 8113b44 to 3826382 Compare April 17, 2026 12:16
… 7 updates

Bumps the golang-modules group with 3 updates in the /aerospike directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/sync](https://github.com/golang/sync) and [golang.org/x/tools](https://github.com/golang/tools).
Bumps the golang-modules group with 1 update in the /arangodb directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /azureblob directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 2 updates in the /badger directory: [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/net](https://github.com/golang/net).
Bumps the golang-modules group with 1 update in the /bbolt directory: [golang.org/x/sys](https://github.com/golang/sys).
Bumps the golang-modules group with 2 updates in the /cassandra directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/sync](https://github.com/golang/sync).
Bumps the golang-modules group with 1 update in the /clickhouse directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 2 updates in the /cloudflarekv directory: [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/time](https://github.com/golang/time).
Bumps the golang-modules group with 1 update in the /coherence directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /couchbase directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /dynamodb directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /etcd directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 2 updates in the /firestore directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net).
Bumps the golang-modules group with 1 update in the /memcache directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /minio directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /mongodb directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /mysql directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /nats directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /neo4j directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 2 updates in the /pebble directory: [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/text](https://github.com/golang/text).
Bumps the golang-modules group with 1 update in the /postgres directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /redis directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /ristretto directory: [golang.org/x/sys](https://github.com/golang/sys).
Bumps the golang-modules group with 1 update in the /rueidis directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /s3 directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /scylladb directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /surrealdb directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /testhelpers/redis directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /testhelpers/tck directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the golang-modules group with 1 update in the /valkey directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.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.41.0 to 0.43.0
- [Commits](https://github.com/golang/sys/compare/v0.41.0...v0.43.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.53.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

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

Updates `golang.org/x/crypto` from 0.48.0 to 0.50.0
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.50.0)

Updates `golang.org/x/net` from 0.50.0 to 0.52.0
- [Commits](https://github.com/golang/net/compare/v0.50.0...v0.53.0)

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

Updates `golang.org/x/text` from 0.34.0 to 0.36.0
- [Release notes](htt...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/aerospike/golang-modules-1d9b722a8a branch from 3826382 to 61ebe20 Compare April 17, 2026 12:25
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 17, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 17, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/aerospike/golang-modules-1d9b722a8a branch April 17, 2026 12:44
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants