diff --git a/go.mod b/go.mod index a649a25..0505520 100644 --- a/go.mod +++ b/go.mod @@ -7,5 +7,5 @@ require ( github.com/hbstack/hb v0.16.2 // indirect github.com/hugomods/bootstrap v0.24.1 // indirect github.com/hugomods/icons v0.6.6 // indirect - github.com/twbs/icons v1.11.3 // indirect + github.com/twbs/icons v1.13.1 // indirect ) diff --git a/go.sum b/go.sum index 85d3497..413c5ff 100644 --- a/go.sum +++ b/go.sum @@ -50,3 +50,4 @@ github.com/hugomods/icons v0.6.5/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P3 github.com/hugomods/icons v0.6.6/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg= 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.13.1/go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA=