2022-10-26 19:00:08 +00:00
|
|
|
diff -u --recursive hugo-0.101.0-vanilla/go.mod hugo-0.101.0/go.mod
|
|
|
|
--- hugo-0.101.0-vanilla/go.mod 2022-06-16 02:09:16.000000000 -0500
|
|
|
|
+++ hugo-0.101.0/go.mod 2022-08-02 18:02:52.200103077 -0500
|
|
|
|
@@ -15,7 +15,7 @@
|
2022-05-11 13:19:59 +00:00
|
|
|
github.com/bep/gowebp v0.1.0
|
2022-06-09 23:47:46 +00:00
|
|
|
github.com/bep/overlayfs v0.6.0
|
2022-05-11 13:19:59 +00:00
|
|
|
github.com/bep/tmc v0.5.1
|
2022-10-26 19:00:08 +00:00
|
|
|
- github.com/clbanning/mxj/v2 v2.5.6
|
|
|
|
+ github.com/clbanning/mxj v2.5.6
|
2022-05-11 13:19:59 +00:00
|
|
|
github.com/cli/safeexec v1.0.0
|
|
|
|
github.com/disintegration/gift v1.2.1
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2022-10-26 19:00:08 +00:00
|
|
|
diff -u --recursive hugo-0.101.0-vanilla/go.sum hugo-0.101.0/go.sum
|
|
|
|
--- hugo-0.101.0-vanilla/go.sum 2022-06-16 02:09:16.000000000 -0500
|
|
|
|
+++ hugo-0.101.0/go.sum 2022-08-02 18:03:03.506004512 -0500
|
|
|
|
@@ -194,8 +194,8 @@
|
2022-06-09 23:47:46 +00:00
|
|
|
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
|
|
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
|
2022-05-11 13:19:59 +00:00
|
|
|
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
2022-10-26 19:00:08 +00:00
|
|
|
-github.com/clbanning/mxj/v2 v2.5.6 h1:Jm4VaCI/+Ug5Q57IzEoZbwx4iQFA6wkXv72juUSeK+g=
|
|
|
|
-github.com/clbanning/mxj/v2 v2.5.6/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
|
|
|
|
+github.com/clbanning/mxj v2.5.6 h1:Jm4VaCI/+Ug5Q57IzEoZbwx4iQFA6wkXv72juUSeK+g=
|
|
|
|
+github.com/clbanning/mxj v2.5.6/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
|
2022-05-11 13:19:59 +00:00
|
|
|
github.com/cli/safeexec v1.0.0 h1:0VngyaIyqACHdcMNWfo6+KdUYnqEr2Sg+bSP1pdF+dI=
|
|
|
|
github.com/cli/safeexec v1.0.0/go.mod h1:Z/D4tTN8Vs5gXYHDCbaM1S/anmEDnJb1iW0+EJ5zx3Q=
|
|
|
|
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
|
2022-10-26 19:00:08 +00:00
|
|
|
diff -u --recursive hugo-0.101.0-vanilla/parser/frontmatter.go hugo-0.101.0/parser/frontmatter.go
|
|
|
|
--- hugo-0.101.0-vanilla/parser/frontmatter.go 2022-06-16 02:09:16.000000000 -0500
|
|
|
|
+++ hugo-0.101.0/parser/frontmatter.go 2022-08-02 18:03:24.141824608 -0500
|
2022-05-11 13:19:59 +00:00
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
yaml "gopkg.in/yaml.v2"
|
|
|
|
|
|
|
|
- xml "github.com/clbanning/mxj/v2"
|
|
|
|
+ xml "github.com/clbanning/mxj"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
2022-10-26 19:00:08 +00:00
|
|
|
diff -u --recursive hugo-0.101.0-vanilla/parser/metadecoders/decoder.go hugo-0.101.0/parser/metadecoders/decoder.go
|
|
|
|
--- hugo-0.101.0-vanilla/parser/metadecoders/decoder.go 2022-06-16 02:09:16.000000000 -0500
|
|
|
|
+++ hugo-0.101.0/parser/metadecoders/decoder.go 2022-08-02 18:03:39.189693421 -0500
|
2022-05-11 13:19:59 +00:00
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
"github.com/gohugoio/hugo/common/herrors"
|
|
|
|
"github.com/niklasfasching/go-org/org"
|
|
|
|
|
|
|
|
- xml "github.com/clbanning/mxj/v2"
|
|
|
|
+ xml "github.com/clbanning/mxj"
|
|
|
|
toml "github.com/pelletier/go-toml/v2"
|
|
|
|
"github.com/spf13/afero"
|
2022-10-26 19:00:08 +00:00
|
|
|
"github.com/spf13/cast"
|