commit 091306a

delthas  ·  2025-12-28 00:08:10 +0000 UTC
parent c19e012
Bump go-localeinfo

Makes Windows date format detection work even without CGo
2 files changed,  +3, -3
M go.mod
M go.sum
M go.mod
+1, -1
1@@ -7,7 +7,7 @@ require (
2 	git.sr.ht/~rockorager/vaxis v0.13.0
3 	github.com/containerd/console v1.0.4
4 	github.com/delthas/go-libnp v0.1.0
5-	github.com/delthas/go-localeinfo v0.1.0
6+	github.com/delthas/go-localeinfo v0.2.0
7 	github.com/disintegration/imaging v1.6.2
8 	github.com/emersion/go-varlink v0.0.0-20251006073247-e7ad9f7950c7
9 	github.com/godbus/dbus/v5 v5.1.0
M go.sum
+2, -2
 1@@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
 2 github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
 3 github.com/delthas/go-libnp v0.1.0 h1:4YmxYd6yBI1gDzSeqCS7+0wrHcYPPo54FrTaFIbEd4U=
 4 github.com/delthas/go-libnp v0.1.0/go.mod h1:aGVXnhWpDlt5U4SphG97o1gszctZKvBTXy320E8Buw4=
 5-github.com/delthas/go-localeinfo v0.1.0 h1:2tN27F8QcWVVn218n6raAYa5sL7gDLVGEw5x3oLKnJc=
 6-github.com/delthas/go-localeinfo v0.1.0/go.mod h1:sG54BxlyQgIskYURLrg7mvhoGBe0Qq12DNtYRALwNa4=
 7+github.com/delthas/go-localeinfo v0.2.0 h1:0K5F5GQ5p4ealZjuBs4eubHLOIL21/YWSxs557hHZ+M=
 8+github.com/delthas/go-localeinfo v0.2.0/go.mod h1:sG54BxlyQgIskYURLrg7mvhoGBe0Qq12DNtYRALwNa4=
 9 github.com/disintegration/imaging v1.6.2 h1:w1LecBlG2Lnp8B3jk5zSuNqd7b4DXhcjwek1ei82L+c=
10 github.com/disintegration/imaging v1.6.2/go.mod h1:44/5580QXChDfwIclfc/PCwrr44amcmDAg8hxG0Ewe4=
11 github.com/emersion/go-varlink v0.0.0-20251006073247-e7ad9f7950c7 h1:GtfymsmxgcEdOuYLm5CR6VS5pTEXfUKkQDp/wRvvyA8=