diff options
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 | ||||
-rw-r--r-- | go.sum | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ module git.adyxax.org/adyxax/ods -go 1.23.5 +go 1.23.6 -require golang.org/x/text v0.21.0 +require golang.org/x/text v0.22.0 @@ -1,2 +1,2 @@ -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= |