diff options
author | Julien Dessaux | 2024-11-12 00:17:04 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-11-12 00:17:21 +0100 |
commit | 745599cd88c79ae2957e1c0e08ff06ada0032a57 (patch) | |
tree | ba2a2381ed61500b2bd60fc3b410390b8798a72d /go.mod | |
parent | chore(tooling): update deploy makefile target (diff) | |
download | ods-745599cd88c79ae2957e1c0e08ff06ada0032a57.tar.gz ods-745599cd88c79ae2957e1c0e08ff06ada0032a57.tar.bz2 ods-745599cd88c79ae2957e1c0e08ff06ada0032a57.zip |
Diffstat (limited to 'go.mod')
-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.2 +go 1.23.3 -require golang.org/x/text v0.19.0 +require golang.org/x/text v0.20.0 |