diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-05 11:00:47 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-07 18:28:23 +0200 |
commit | c6227f1d8597f053986c13eac131ae5122a68444 (patch) | |
tree | cba7d8960a2b5b52adb1d0e361212e3beb7a5877 /go.mod | |
parent | 1781b18427134a7421ffba361e153c57b3ce2b2f (diff) | |
download | hugo-c6227f1d8597f053986c13eac131ae5122a68444.tar.gz hugo-c6227f1d8597f053986c13eac131ae5122a68444.zip |
Add render hooks for inline and block passthrough snippets
Fixes #11927
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ require ( github.com/gohugoio/hashstructure v0.1.0 github.com/gohugoio/httpcache v0.7.0 github.com/gohugoio/hugo-goldmark-extensions/extras v0.2.0 - github.com/gohugoio/hugo-goldmark-extensions/passthrough v0.2.0 + github.com/gohugoio/hugo-goldmark-extensions/passthrough v0.3.0 github.com/gohugoio/locales v0.14.0 github.com/gohugoio/localescompressed v1.0.1 github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95 |