diff --git a/go.mod b/go.mod index 456349a..9835ddf 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.2 // 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 53c18c8..6435d95 100644 --- a/go.sum +++ b/go.sum @@ -51,3 +51,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=