diff options
author | Julien Dessaux | 2024-09-27 23:42:52 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-09-27 23:42:52 +0200 |
commit | f078c47427444b4fc661d4b9ac60a5bffddbf32a (patch) | |
tree | bd362060d1235d5f1e852464fd6861f1d7d867cd /go.mod | |
parent | chore(tooling): make sure git-crypt is unlocked before building or deploying (diff) | |
download | ods-f078c47427444b4fc661d4b9ac60a5bffddbf32a.tar.gz ods-f078c47427444b4fc661d4b9ac60a5bffddbf32a.tar.bz2 ods-f078c47427444b4fc661d4b9ac60a5bffddbf32a.zip |
chore(deps): udpated dependencies
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ module git.adyxax.org/adyxax/ods -go 1.23.0 +go 1.23.1 require golang.org/x/text v0.18.0 |