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 /go.mod | |
parent | chore(deps): update dependencies (diff) | |
download | ods-b982dc3771898043bc9c22087893da99af1a8bba.tar.gz ods-b982dc3771898043bc9c22087893da99af1a8bba.tar.bz2 ods-b982dc3771898043bc9c22087893da99af1a8bba.zip |
Diffstat (limited to '')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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 |