diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-04-10 21:33:41 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-04-10 21:33:41 +0200 |
commit | 49bd3e0e0117768138f47f0c97accece15605025 (patch) | |
tree | 531306398969bf38fbaff946e5d67d122fa49c6b /go.mod | |
parent | b9bf8a23c75db82e1aff8295a97dcfdf789735f3 (diff) | |
download | hh-49bd3e0e0117768138f47f0c97accece15605025.tar.gz |
extract value extracting and convertion to functions; support uuid
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ module codeberg.org/foodelevator/hh -go 1.22.6 +go 1.23.6 + +require github.com/google/uuid v1.6.0 |