aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-08-06 21:16:07 +0200
committerBjørn Erik Pedersen <[email protected]>2024-08-06 22:26:43 +0200
commit10891f305ed95136381a29b0015f8e0d043f93d8 (patch)
tree007285244db4d2bfcf69151b4a074c59c8c9ed3c /go.mod
parentc07e94fa6d0303b962670d592fefb01a76ee5d6f (diff)
downloadhugo-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.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c38aac9eb..8561d0e55 100644
--- a/go.mod
+++ b/go.mod
@@ -63,7 +63,7 @@ require (
github.com/rogpeppe/go-internal v1.12.0
github.com/sanity-io/litter v1.5.5
github.com/spf13/afero v1.11.0
- github.com/spf13/cast v1.6.0
+ github.com/spf13/cast v1.7.0
github.com/spf13/cobra v1.8.1
github.com/spf13/fsync v0.10.1
github.com/spf13/pflag v1.0.5