diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 637f2c6..75078f3 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -93,7 +93,7 @@ require ( github.com/hugomods/seo/modules/schema v0.1.3 // indirect github.com/hugomods/seo/modules/translations v0.1.1 // indirect github.com/hugomods/seo/modules/twitter-cards v0.1.1 // indirect - github.com/hugomods/shortcodes v0.23.0 // indirect + github.com/hugomods/shortcodes v0.24.0 // indirect github.com/hugomods/simple-icons v13.19.0+incompatible // indirect github.com/hugomods/snackbar v0.1.2 // indirect github.com/hugomods/workbox v0.1.0 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 02c1d89..0eb2199 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -605,6 +605,7 @@ github.com/hugomods/shortcodes v0.21.0/go.mod h1:EnVopbZMNI/HeteM3Lp3phBTCRLvPSe github.com/hugomods/shortcodes v0.22.0/go.mod h1:EnVopbZMNI/HeteM3Lp3phBTCRLvPSe7l142qhRFFPY= github.com/hugomods/shortcodes v0.22.1/go.mod h1:EnVopbZMNI/HeteM3Lp3phBTCRLvPSe7l142qhRFFPY= github.com/hugomods/shortcodes v0.23.0/go.mod h1:EnVopbZMNI/HeteM3Lp3phBTCRLvPSe7l142qhRFFPY= +github.com/hugomods/shortcodes v0.24.0/go.mod h1:EnVopbZMNI/HeteM3Lp3phBTCRLvPSe7l142qhRFFPY= github.com/hugomods/simple-icons v10.0.0+incompatible h1:UoBlxon4ThOfyIkqaJg8wg3VHPqd/jguRsqpglgKbyY= github.com/hugomods/simple-icons v10.0.0+incompatible/go.mod h1:1Lvymol7AMVY7ji/o88jMoDHHZIJ5Wc+WwNe5hjmk+U= github.com/hugomods/simple-icons v10.2.0+incompatible/go.mod h1:1Lvymol7AMVY7ji/o88jMoDHHZIJ5Wc+WwNe5hjmk+U=