diff --git a/go.mod b/go.mod index 8cbc142..ca4302f 100644 --- a/go.mod +++ b/go.mod @@ -12,5 +12,5 @@ require ( github.com/hugomods/icons v0.6.6 // indirect github.com/hugomods/icons/vendors/bootstrap v0.5.10 // indirect github.com/hugomods/seo/modules/base v0.1.3 // indirect - github.com/twbs/icons v1.12.1 // indirect + github.com/twbs/icons v1.13.1 // indirect ) diff --git a/go.sum b/go.sum index a06d6fa..8687464 100644 --- a/go.sum +++ b/go.sum @@ -43,3 +43,4 @@ github.com/twbs/icons v1.11.3 h1:XhvrQ1XDom9ggBbQx3wQCFGEr8qAQwQP/dAcw8OXMtA= github.com/twbs/icons v1.11.3/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= github.com/twbs/icons v1.11.4/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= github.com/twbs/icons v1.12.1/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA= +github.com/twbs/icons v1.13.1/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA=