diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-06 21:16:07 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-06 22:26:43 +0200 |
commit | 10891f305ed95136381a29b0015f8e0d043f93d8 (patch) | |
tree | 007285244db4d2bfcf69151b4a074c59c8c9ed3c /go.sum | |
parent | c07e94fa6d0303b962670d592fefb01a76ee5d6f (diff) | |
download | hugo-10891f305ed95136381a29b0015f8e0d043f93d8.tar.gz hugo-10891f305ed95136381a29b0015f8e0d043f93d8.zip |
tpl/cast: Improve float
Make it support the new upstream rational number type in Exif.
See #12718
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -431,6 +431,8 @@ github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8= github.com/spf13/afero v1.11.0/go.mod h1:GH9Y3pIexgf1MTIWtNGyogA5MwRIDXGUr+hbWNoBjkY= github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0= github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= +github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= +github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= github.com/spf13/fsync v0.10.1 h1:JRnB7G72b+gIBaBcpn5ibJSd7ww1iEahXSX2B8G6dSE= |