From 9dd7994dbb045ccc7bcc86b4e6b551bef72c382b Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 13 Jun 2022 20:44:06 +0800 Subject: [PATCH] Update Simple Icons Hugo module to v7.0.0 --- CHANGELOG.adoc | 2 ++ go.mod | 4 ++-- go.sum | 15 +++++---------- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 6a998b4..ce2dd7e 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -30,6 +30,8 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version * Minimum Go runtime version in `go.mod`. This is more like someone forgot to update it from the previous release but pay no mind for it. footnote:[Since recent Hugo versions require Go v1.16 at minimum, anyways. ;p] +* Update link:https://github.com/foo-dogsquared/hugo-mod-web-feeds[Simple Icons Hugo module] to v7.0.0. + * The code block has maximum height for half the height of the viewport (`50vh`). * More consistent theming for the content text. diff --git a/go.mod b/go.mod index 63b5df3..c268583 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/foo-dogsquared/hugo-theme-more-contentful go 1.16 require ( - github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220427232352-6d776459d165 // indirect - github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839 // indirect + github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220601232257-9d83599bb973 // indirect + github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20220513103455-d83c3f8c6954 // indirect github.com/refactoringui/heroicons v1.0.6 // indirect ) diff --git a/go.sum b/go.sum index 2200f83..d65082c 100644 --- a/go.sum +++ b/go.sum @@ -1,12 +1,7 @@ -github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20210127234705-3c689d14b093 h1:ArlMPrywcnbS3fv7TJ84LA5QnpufsZYmCZcRcgER0d0= -github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20210127234705-3c689d14b093/go.mod h1:oUO71xDYAClgCeueyuISH8TC4+pHJ7Zf/NoDqR7pYvA= -github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220427232352-6d776459d165 h1:n9dYZ4rTj3uI5OgleWkqaDJQr6WRgfxH9l7Tc77nEcc= -github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220427232352-6d776459d165/go.mod h1:nIG0CtFAmtcZ4bNB4deINxypSoKB0K/h8hfOv37D4Ng= -github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839 h1:EmCHPgq800ntf7F7ME90g212BywSZRw5XlmpiP24Hdg= -github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839/go.mod h1:BL7L5CENEhUx+miRRaOZ9SVC92j9MAMztirBWtTpiPc= -github.com/refactoringui/heroicons v0.4.2 h1:gLYH0RH4nLh81yxAC/JgyvKIeK0d+sBVF/I2XkPb6U8= -github.com/refactoringui/heroicons v0.4.2/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk= +github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220601232257-9d83599bb973 h1:E4G+xN0r88NDRTwQu1CtJNhdQHCvAOtRqvnYErkP54w= +github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220601232257-9d83599bb973/go.mod h1:hYdIy7u/yNx27ZDcThFZio08Gy4G+OVKp00hOiQgiBo= +github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20220513103455-d83c3f8c6954 h1:ODhabu0XqJYNlXL6OEGRVMuz0dKR6Cp/TTkwoMD1m1A= +github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20220513103455-d83c3f8c6954/go.mod h1:BL7L5CENEhUx+miRRaOZ9SVC92j9MAMztirBWtTpiPc= github.com/refactoringui/heroicons v1.0.6 h1:0+j+tb+i36SWT6hCXaxnOyAHkaPfM5MIg24pLwbY/e4= github.com/refactoringui/heroicons v1.0.6/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk= -github.com/simple-icons/simple-icons v0.0.0-20210124121502-a399e6c071f4/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE= -github.com/simple-icons/simple-icons v0.0.0-20220426192947-6553e31d3a6b/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE= +github.com/simple-icons/simple-icons v0.0.0-20220529101043-798d41484746/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=