fix(deps): update module golang.org/x/crypto to v0.40.0 #45

Merged
GregoryDosh merged 1 commit from renovate/golang.org-x-crypto-0.x into main 2025-07-14 02:29:40 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
golang.org/x/crypto v0.39.0 -> v0.40.0 age adoption passing confidence

Configuration

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

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

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/crypto | `v0.39.0` -> `v0.40.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fcrypto/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fcrypto/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fcrypto/v0.39.0/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fcrypto/v0.39.0/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDAuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
fix(deps): update module golang.org/x/crypto to v0.40.0
All checks were successful
Build Module / Build Module (pull_request) Successful in 5m14s
3263861a70
Author
Collaborator

ℹ Artifact update notice

File name: go.mod

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

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sys v0.33.0 -> v0.34.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 1 additional dependency was updated Details: | **Package** | **Change** | | :----------------- | :--------------------- | | `golang.org/x/sys` | `v0.33.0` -> `v0.34.0` |
## License & Vulnerability Scan
# REUSE-IgnoreStart
// SPDX-FileCopyrightText: NONE
//
// SPDX-License-Identifier: AGPL-3.0-or-later
# REUSE-IgnoreEnd

Starting at Fri Jul 11 01:30:01 UTC 2025


[0000]  WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal)


No vulnerabilities found


# SUMMARY

* Bad licenses: 0
* Deprecated licenses: 0
* Licenses without file extension: 0
* Missing licenses: 0
* Unused licenses: 0
* Used licenses: LicenseRef-Uber, AGPL-3.0-or-later
* Read errors: 0
* Files with copyright information: 15 / 15
* Files with license information: 15 / 15

Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-)
# pam_ussh v0.40.0-147-3263
## Build Log
Building Linux/amd64
GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=/usr/bin/gcc go build -buildmode=c-shared -o release/pam_ussh.amd64.so
sha256sum release/pam_ussh.amd64.so | cut -f1 -d " " > release/pam_ussh.amd64.so.sha256
Building Linux/arm64
GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CC=/usr/bin/aarch64-linux-gnu-gcc go build -buildmode=c-shared -o release/pam_ussh.arm64.so
sha256sum release/pam_ussh.arm64.so | cut -f1 -d " " > release/pam_ussh.arm64.so.sha256

Commit: 3263861a70
Actions: #147

<!-- Bot Anchor - Build Module --> <details open> <summary>## License & Vulnerability Scan</summary> ```shell # REUSE-IgnoreStart // SPDX-FileCopyrightText: NONE // // SPDX-License-Identifier: AGPL-3.0-or-later # REUSE-IgnoreEnd Starting at Fri Jul 11 01:30:01 UTC 2025 [0000] WARN no explicit name and version provided for directory source, deriving artifact ID from the given path (which is not ideal) No vulnerabilities found # SUMMARY * Bad licenses: 0 * Deprecated licenses: 0 * Licenses without file extension: 0 * Missing licenses: 0 * Unused licenses: 0 * Used licenses: LicenseRef-Uber, AGPL-3.0-or-later * Read errors: 0 * Files with copyright information: 15 / 15 * Files with license information: 15 / 15 Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-) ``` </details> # pam_ussh v0.40.0-147-3263 <details open> <summary>## Build Log</summary> ```shell Building Linux/amd64 GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=/usr/bin/gcc go build -buildmode=c-shared -o release/pam_ussh.amd64.so sha256sum release/pam_ussh.amd64.so | cut -f1 -d " " > release/pam_ussh.amd64.so.sha256 Building Linux/arm64 GOOS=linux GOARCH=arm64 CGO_ENABLED=1 CC=/usr/bin/aarch64-linux-gnu-gcc go build -buildmode=c-shared -o release/pam_ussh.arm64.so sha256sum release/pam_ussh.arm64.so | cut -f1 -d " " > release/pam_ussh.arm64.so.sha256 ``` </details> --- **Commit:** 3263861a70ebbf4c0d0df5185db82fd8a95f7e9c **Actions:** [**`#147`**](https://git.auengun.net/GregoryDosh/pam_ussh/actions/runs/147)
GregoryDosh deleted branch renovate/golang.org-x-crypto-0.x 2025-07-14 02:29:40 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GregoryDosh/pam_ussh!45
No description provided.