1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

chore(deps): update module github.com/ccojocar/zxcvbn-go to v1.0.4 (#6626)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/ccojocar/zxcvbn-go](https://redirect.github.com/ccojocar/zxcvbn-go)
| `v1.0.2` -> `v1.0.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fccojocar%2fzxcvbn-go/v1.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fccojocar%2fzxcvbn-go/v1.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fccojocar%2fzxcvbn-go/v1.0.2/v1.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fccojocar%2fzxcvbn-go/v1.0.2/v1.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ccojocar/zxcvbn-go (github.com/ccojocar/zxcvbn-go)</summary>

###
[`v1.0.4`](https://redirect.github.com/ccojocar/zxcvbn-go/releases/tag/v1.0.4)

[Compare
Source](https://redirect.github.com/ccojocar/zxcvbn-go/compare/v1.0.3...v1.0.4)

#### Changelog

-
[`d3df52d`](https://redirect.github.com/ccojocar/zxcvbn-go/commit/d3df52dc74ba6dfac71c8c2b24afd6b467e6c090)
Merge pull request
[#&#8203;15](https://redirect.github.com/ccojocar/zxcvbn-go/issues/15)
from ccojocar/github-token-from-context
-
[`7df85d4`](https://redirect.github.com/ccojocar/zxcvbn-go/commit/7df85d45e3a1195a7db33e0d87aa1428f682b301)
Use the github token from context in the release action
-
[`dcbbcfa`](https://redirect.github.com/ccojocar/zxcvbn-go/commit/dcbbcfa22fa92e2f56c4c0ab07aaa763d5ddb1f6)
Merge pull request
[#&#8203;14](https://redirect.github.com/ccojocar/zxcvbn-go/issues/14)
from ccojocar/update-go-releaser
-
[`54a063f`](https://redirect.github.com/ccojocar/zxcvbn-go/commit/54a063f2aaafe918595655e5db805595882d089a)
Update goreleaser to version 2

###
[`v1.0.3`](https://redirect.github.com/ccojocar/zxcvbn-go/compare/v1.0.2...v1.0.3)

[Compare
Source](https://redirect.github.com/ccojocar/zxcvbn-go/compare/v1.0.2...v1.0.3)

</details>

---

### 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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-04-08 15:58:30 +02:00
committed by GitHub
parent 9dc2769ed9
commit e63b4275ac
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ require (
github.com/butuzov/ireturn v0.3.1 // indirect
github.com/butuzov/mirror v1.3.0 // indirect
github.com/catenacyber/perfsprint v0.9.1 // indirect
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/charithe/durationcheck v0.0.10 // indirect
github.com/charmbracelet/colorprofile v0.3.0 // indirect
+2 -2
View File
@@ -73,8 +73,8 @@ github.com/butuzov/mirror v1.3.0 h1:HdWCXzmwlQHdVhwvsfBb2Au0r3HyINry3bDWLYXiKoc=
github.com/butuzov/mirror v1.3.0/go.mod h1:AEij0Z8YMALaq4yQj9CPPVYOyJQyiexpQEQgihajRfI=
github.com/catenacyber/perfsprint v0.9.1 h1:5LlTp4RwTooQjJCvGEFV6XksZvWE7wCOUvjD2z0vls0=
github.com/catenacyber/perfsprint v0.9.1/go.mod h1:q//VWC2fWbcdSLEY1R3l8n0zQCDPdE4IjZwyY1HMunM=
github.com/ccojocar/zxcvbn-go v1.0.2 h1:na/czXU8RrhXO4EZme6eQJLR4PzcGsahsBOAwU6I3Vg=
github.com/ccojocar/zxcvbn-go v1.0.2/go.mod h1:g1qkXtUSvHP8lhHp5GrSmTz6uWALGRMQdw6Qnz/hi60=
github.com/ccojocar/zxcvbn-go v1.0.4 h1:FWnCIRMXPj43ukfX000kvBZvV6raSxakYr1nzyNrUcc=
github.com/ccojocar/zxcvbn-go v1.0.4/go.mod h1:3GxGX+rHmueTUMvm5ium7irpyjmm7ikxYFOSJB21Das=
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/charithe/durationcheck v0.0.10 h1:wgw73BiocdBDQPik+zcEoBG/ob8uyBHf2iyoHGPf5w4=