Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-08-26 15:53:58 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-08-26 19:30:46 +0300
commitfd75f129b2fc9a4df8194523e336c8760d82948b (patch)
tree7a4b1427652e93218d8341927ca70f72ba4d0244 /go.mod
parent14878ca0a062652f0ca000ddfca3c8fe87e584a1 (diff)
deps: Update github.com/pelletier/go-toml/v2 v2.0.2 => v2.0.4
Closes #10210
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 aaef5439a..1242f384d 100644
--- a/go.mod
+++ b/go.mod
@@ -44,7 +44,7 @@ require (
github.com/muesli/smartcrop v0.3.0
github.com/niklasfasching/go-org v1.6.5
github.com/olekukonko/tablewriter v0.0.5
- github.com/pelletier/go-toml/v2 v2.0.2
+ github.com/pelletier/go-toml/v2 v2.0.4
github.com/rogpeppe/go-internal v1.9.0
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
github.com/sanity-io/litter v1.5.5