diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 6556044..47262b4 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -6,7 +6,7 @@ replace github.com/hbstack/theme-cards => ../ require ( github.com/GoogleChrome/workbox v7.4.0+incompatible // indirect - github.com/KaTeX/KaTeX v0.16.25 // indirect + github.com/KaTeX/KaTeX v0.16.26 // indirect github.com/desandro/masonry v4.2.2+incompatible // indirect github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index 4fa85ec..66e4da1 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -22,6 +22,7 @@ github.com/KaTeX/KaTeX v0.16.22/go.mod h1:VI+aE+CVs/VqtbHnuhstfQST46GmrwpXH7LQAz github.com/KaTeX/KaTeX v0.16.23/go.mod h1:VI+aE+CVs/VqtbHnuhstfQST46GmrwpXH7LQAzYIouw= github.com/KaTeX/KaTeX v0.16.24/go.mod h1:VI+aE+CVs/VqtbHnuhstfQST46GmrwpXH7LQAzYIouw= github.com/KaTeX/KaTeX v0.16.25/go.mod h1:VI+aE+CVs/VqtbHnuhstfQST46GmrwpXH7LQAzYIouw= +github.com/KaTeX/KaTeX v0.16.26/go.mod h1:VI+aE+CVs/VqtbHnuhstfQST46GmrwpXH7LQAzYIouw= github.com/desandro/masonry v4.2.2+incompatible h1:4LI69kwq5DJSF9jhHVGfCw+q2Nt3IgJ0KzEp19Z3YiA= github.com/desandro/masonry v4.2.2+incompatible/go.mod h1:4P4Or5YZcNuAtGW3JOYLTrmi+ZyqhCPj7xTgradMEVU= github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs=