diff options
author | Julien Dessaux | 2025-02-09 10:06:55 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-02-09 10:09:32 +0100 |
commit | b982dc3771898043bc9c22087893da99af1a8bba (patch) | |
tree | 375b884ff693799b2f6f4ca82e4bc91e1c5d5961 | |
parent | chore(deps): update dependencies (diff) | |
download | ods-b982dc3771898043bc9c22087893da99af1a8bba.tar.gz ods-b982dc3771898043bc9c22087893da99af1a8bba.tar.bz2 ods-b982dc3771898043bc9c22087893da99af1a8bba.zip |
-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= |