diff --git a/go.mod b/go.mod index 7089774..8fb3ef7 100644 --- a/go.mod +++ b/go.mod @@ -70,7 +70,7 @@ require ( github.com/hugomods/gravatar v0.2.0 // indirect github.com/hugomods/hugopress v0.5.0 // indirect github.com/hugomods/i18n-js v0.2.1 // indirect - github.com/hugomods/icons v0.6.5 // indirect + github.com/hugomods/icons v0.6.6 // indirect github.com/hugomods/icons/vendors/bootstrap v0.5.8 // indirect github.com/hugomods/icons/vendors/font-awesome v0.6.9 // indirect github.com/hugomods/icons/vendors/simple-icons v1.0.59 // indirect diff --git a/go.sum b/go.sum index f41fc5a..ec76d16 100644 --- a/go.sum +++ b/go.sum @@ -135,6 +135,7 @@ github.com/hugomods/i18n-js v0.2.1 h1:uIUl4LiYdwo8IK08oq7OmluYLedL21Wc9Rig1taDTS github.com/hugomods/i18n-js v0.2.1/go.mod h1:eJfxjgI2CQsNA1/ReIVvr5127DftUKcbHd2A2SQmDvU= github.com/hugomods/icons v0.6.5 h1:vuaBlVO/MTsQNir4JWvPazjmtMMWG55Lif6VHCmd7KI= github.com/hugomods/icons v0.6.5/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg= +github.com/hugomods/icons v0.6.6/go.mod h1:cIkSvK6W0q6N4U6n9KGz+QfRWQXAW0INd+1P31gPNGg= github.com/hugomods/icons/vendors/bootstrap v0.5.8 h1:6M+G4F58pt3GkiGFeCDjKonExVV8PbBAVhDS8YQT7oY= github.com/hugomods/icons/vendors/bootstrap v0.5.8/go.mod h1:jla3IbQAByyz45AikUAw/c7h0wUMUn5Z2j4gh+zVDj4= github.com/hugomods/icons/vendors/font-awesome v0.6.9 h1:ZpnyXeCOa9n7NBVURSRIZuGZykz80udHT8yxM+RE6NQ=