diff --git a/go.mod b/go.mod index a488ba0..7c121eb 100644 --- a/go.mod +++ b/go.mod @@ -64,7 +64,7 @@ require ( github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.1 // indirect github.com/hbstack/toc-scrollspy v0.1.0 // indirect github.com/henrygd/bigger-picture v1.1.17 // indirect - github.com/hugomods/base v0.7.1 // indirect + github.com/hugomods/base v0.7.2 // indirect github.com/hugomods/bootstrap v0.22.2 // indirect github.com/hugomods/code-block-panel v0.7.0 // indirect github.com/hugomods/font-awesome v6.5.2+incompatible // indirect diff --git a/go.sum b/go.sum index 9151989..cc0a9a5 100644 --- a/go.sum +++ b/go.sum @@ -259,6 +259,7 @@ github.com/hugomods/base v0.5.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLO github.com/hugomods/base v0.6.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= +github.com/hugomods/base v0.7.2/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4= github.com/hugomods/bootstrap v0.17.0 h1:oH+V92q5W/kye9QPSQdZXYsO3V2wyfkAjdYLPFIfjPI= github.com/hugomods/bootstrap v0.17.0/go.mod h1:EA5CtuNQX+aNkwEt1xae7clZ+4087KFXWZGE+2/f5oc= github.com/hugomods/bootstrap v0.17.1/go.mod h1:njaGUZ2BIU2ypcXqb3JPP/aETSXWG2vlh5qMgcYHk4s=