2022-06-09 23:47:46 +00:00
|
|
|
diff -u --recursive hugo-0.98.0-vanilla/go.mod hugo-0.98.0/go.mod
|
|
|
|
--- hugo-0.98.0-vanilla/go.mod 2022-04-28 05:23:30.000000000 -0500
|
|
|
|
+++ hugo-0.98.0/go.mod 2022-06-09 18:31:54.293987909 -0500
|
|
|
|
@@ -14,7 +14,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
|
|
|
|
- github.com/clbanning/mxj/v2 v2.5.5
|
|
|
|
+ github.com/clbanning/mxj v2.5.5
|
|
|
|
github.com/cli/safeexec v1.0.0
|
|
|
|
github.com/disintegration/gift v1.2.1
|
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2022-06-09 23:47:46 +00:00
|
|
|
diff -u --recursive hugo-0.98.0-vanilla/go.sum hugo-0.98.0/go.sum
|
|
|
|
--- hugo-0.98.0-vanilla/go.sum 2022-04-28 05:23:30.000000000 -0500
|
|
|
|
+++ hugo-0.98.0/go.sum 2022-06-09 18:31:58.892499173 -0500
|
|
|
|
@@ -239,8 +239,8 @@
|
|
|
|
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=
|
|
|
|
-github.com/clbanning/mxj/v2 v2.5.5 h1:oT81vUeEiQQ/DcHbzSytRngP6Ky9O+L+0Bw0zSJag9E=
|
|
|
|
-github.com/clbanning/mxj/v2 v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
|
|
|
|
+github.com/clbanning/mxj v2.5.5 h1:oT81vUeEiQQ/DcHbzSytRngP6Ky9O+L+0Bw0zSJag9E=
|
|
|
|
+github.com/clbanning/mxj v2.5.5/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn/Qo+ve2s=
|
|
|
|
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-06-09 23:47:46 +00:00
|
|
|
diff -u --recursive hugo-0.98.0-vanilla/parser/frontmatter.go hugo-0.98.0/parser/frontmatter.go
|
|
|
|
--- hugo-0.98.0-vanilla/parser/frontmatter.go 2022-04-28 05:23:30.000000000 -0500
|
|
|
|
+++ hugo-0.98.0/parser/frontmatter.go 2022-06-09 18:32:05.767224675 -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-06-09 23:47:46 +00:00
|
|
|
diff -u --recursive hugo-0.98.0-vanilla/parser/metadecoders/decoder.go hugo-0.98.0/parser/metadecoders/decoder.go
|
|
|
|
--- hugo-0.98.0-vanilla/parser/metadecoders/decoder.go 2022-04-28 05:23:30.000000000 -0500
|
|
|
|
+++ hugo-0.98.0/parser/metadecoders/decoder.go 2022-06-09 18:32:11.091217274 -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/pkg/errors"
|
|
|
|
"github.com/spf13/afero"
|