fix: Handle sorting for accented strings

This commit is contained in:
Michael Manganiello
2024-03-06 00:55:46 -03:00
parent 2cb002dde0
commit d917efe801
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -16,6 +16,7 @@ require (
github.com/quarckster/go-mpris-server v1.0.3
github.com/zalando/go-keyring v0.2.1
golang.org/x/net v0.17.0
golang.org/x/text v0.14.0
)
require (
@@ -42,7 +43,6 @@ require (
golang.org/x/image v0.14.0 // indirect
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2 // indirect
)