diff options
author | Julien Dessaux | 2024-03-31 17:38:24 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-03-31 17:38:24 +0200 |
commit | da203d45ec29f0333c663d3707b7835af81d8112 (patch) | |
tree | d1f8108a81cbdc6cbb4615c1ee61a9da4b48fb77 /go.mod | |
parent | feat(ods): normalize all unicode characters to their ascii equivalents (diff) | |
download | ods-da203d45ec29f0333c663d3707b7835af81d8112.tar.gz ods-da203d45ec29f0333c663d3707b7835af81d8112.tar.bz2 ods-da203d45ec29f0333c663d3707b7835af81d8112.zip |
chore(ods): added forgotten file
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ module git.adyxax.org/adyxax/ods/v2 go 1.22.1 -require golang.org/x/text v0.14.0 // indirect +require golang.org/x/text v0.14.0 |