chore(deps): updated dependencies

This commit is contained in:
Julien Dessaux 2024-09-11 10:11:41 +02:00
parent ce41b6557a
commit de9320b59b
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 19 additions and 19 deletions

View file

@ -38,7 +38,7 @@ func (i *Identity) SortKey(sort string) (key string) {
case "name":
key = i.Name
default:
program.Panicf("unknown identity sort %q", sort)
program.Panic("unknown identity sort %q", sort)
}
return