Skip to content

Commit fba7c4a

Browse files
chore(deps): update module github.com/nyaruka/phonenumbers to v1.7.0 (#887)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/nyaruka/phonenumbers](https://redirect.github.com/nyaruka/phonenumbers) | `v1.6.13` → `v1.7.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnyaruka%2fphonenumbers/v1.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnyaruka%2fphonenumbers/v1.6.13/v1.7.0?slim=true) | --- ### Release Notes <details> <summary>nyaruka/phonenumbers (github.com/nyaruka/phonenumbers)</summary> ### [`v1.7.0`](https://redirect.github.com/nyaruka/phonenumbers/blob/HEAD/CHANGELOG.md#v170-2026-03-31) [Compare Source](https://redirect.github.com/nyaruka/phonenumbers/compare/v1.6.13...v1.7.0) - Fix behavioral differences with upstream libphonenumber </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 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/micasa-dev/micasa). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e1234d commit fba7c4a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/itchyny/gojq v0.12.18
1818
github.com/mark3labs/mcp-go v0.46.0
1919
github.com/mozilla-ai/any-llm-go v0.9.0
20-
github.com/nyaruka/phonenumbers v1.6.13
20+
github.com/nyaruka/phonenumbers v1.7.0
2121
github.com/oklog/ulid/v2 v2.1.1
2222
github.com/spf13/cobra v1.10.2
2323
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ github.com/muesli/roff v0.1.0 h1:YD0lalCotmYuF5HhZliKWlIx7IEhiXeSfq7hNjFqGF8=
193193
github.com/muesli/roff v0.1.0/go.mod h1:pjAHQM9hdUUwm/krAfrLGgJkXJ+YuhtsfZ42kieB2Ig=
194194
github.com/ncruces/go-strftime v1.0.0 h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w=
195195
github.com/ncruces/go-strftime v1.0.0/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
196-
github.com/nyaruka/phonenumbers v1.6.13 h1:jOvAmS8PiA0PzsfNB/RBxztkv8FVnC3C5pwTLt3fpL0=
197-
github.com/nyaruka/phonenumbers v1.6.13/go.mod h1:fsKPJ70O9JetEA4ggnJadYTFWwtGPvu/lETTXNXq6Cs=
196+
github.com/nyaruka/phonenumbers v1.7.0 h1:fiWBNIwJDvpV0HE1565fAWnBFYleaUrrrsZ+m6JgyX8=
197+
github.com/nyaruka/phonenumbers v1.7.0/go.mod h1:fsKPJ70O9JetEA4ggnJadYTFWwtGPvu/lETTXNXq6Cs=
198198
github.com/oklog/ulid/v2 v2.1.1 h1:suPZ4ARWLOJLegGFiZZ1dFAkqzhMjL3J1TzI+5wHz8s=
199199
github.com/oklog/ulid/v2 v2.1.1/go.mod h1:rcEKHmBBKfef9DhnvX7y1HZBYxjXb0cP5ExxNsTT1QQ=
200200
github.com/ollama/ollama v0.18.3 h1:sOJhncLeA+ZlwLLjEksY393wojeYE52E1CF4E0ZgFN4=

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildGoModule {
1414
inherit pname version;
1515
src = gitignoreSource ../.;
1616
subPackages = [ "cmd/micasa" ];
17-
vendorHash = "sha256-u06RYXk3aT4BXosoSxl2P7fnr/bK//PLPhU4mf+dOgo=";
17+
vendorHash = "sha256-7UIxl+TSaJMIxLUQ4zBWY9wA417e8ym5A53ii65P4cI=";
1818
env.CGO_ENABLED = 0;
1919
preCheck = ''
2020
export HOME="$(mktemp -d)"

0 commit comments

Comments
 (0)