diff --git a/go.mod b/go.mod index caee2769..920a095f 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/hbstack/pagination v0.2.0 // indirect github.com/hbstack/socials v0.5.1 // indirect github.com/hugomods/gravatar v0.2.0 // indirect - github.com/hugomods/icons/vendors/bootstrap v0.5.0 // indirect + github.com/hugomods/icons/vendors/bootstrap v0.5.1 // indirect github.com/hugomods/images v0.7.0 // indirect github.com/hugomods/simple-icons v9.14.0+incompatible // indirect ) diff --git a/go.sum b/go.sum index 47a4b775..22c1386d 100644 --- a/go.sum +++ b/go.sum @@ -29,6 +29,7 @@ github.com/hugomods/gravatar v0.2.0/go.mod h1:oATWuh5u2XUK/ZKzOD0VEP5I/TZfVZwplT github.com/hugomods/icons v0.6.0 h1:G6RU93okhPPRDh/jqcew9gwkcYpSpg0rCBv4S6yUAFw= github.com/hugomods/icons/vendors/bootstrap v0.5.0 h1:CHEGk677heq2kJZa7XsGHRc3Hwizl9NFkmNw146OVm0= github.com/hugomods/icons/vendors/bootstrap v0.5.0/go.mod h1:kfC17VWV+tNi6PGF4AY7CJBBa1/HEgWxCYq2kNOdcdI= +github.com/hugomods/icons/vendors/bootstrap v0.5.1/go.mod h1:tFEoO7zed/8FDT6LeKLGnzDbx7D8HK7ZaLshnF0RYjQ= github.com/hugomods/images v0.5.1 h1:nu5Rn993nsyHUS4k0Y+347nbKv2QhMPVkSNMggztk9A= github.com/hugomods/images v0.5.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY= github.com/hugomods/images v0.6.0/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=