From fbf059ae77758c82c2398d92644f073c7284a55d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sat, 30 Apr 2022 15:46:33 +0800 Subject: [PATCH] Update dependencies --- CHANGELOG.adoc | 5 +++-- exampleSite/.hugo_build.lock | 0 exampleSite/go.mod | 3 +-- exampleSite/go.sum | 5 +++++ go.mod | 4 ++-- go.sum | 5 +++++ 6 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 exampleSite/.hugo_build.lock diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 278ba45..d6d3fc6 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -29,8 +29,9 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version * The theme button is placed in the site header instead of the top-rightmost side of the viewport. -* Update the link:https://github.com/foo-dogsquared/hugo-mod-simple-icons[Simple Icons module]. -For reference, it is from link:https://github.com/simple-icons/simple-icons/commit/6f83d1dd85662360353c73d42c6b6b4ca75d6e14[this commit]. +* Update the link:https://github.com/foo-dogsquared/hugo-mod-simple-icons[Simple Icons module] to v6.19.0. + +* Update link:https://heroicons.com/[Heroicons module] to v1.0.6. * Improve the list template to be more considerable to easy eyeing of the posts. diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/exampleSite/go.mod b/exampleSite/go.mod index a06166e..7a50cce 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -4,8 +4,7 @@ go 1.15 require ( github.com/eimajtrebor/hugo-mod-heroicons v0.0.0-20201017130534-07f09dd2f2f8 // indirect - github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201026173406-633714bb359d // indirect - github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201027180616-059a6c489ce7 // indirect + github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3 // indirect github.com/foo-dogsquared/hugo-web-feeds v0.0.1 // indirect github.com/gohugoio/hugo-mod-heroicons v0.0.0-20200822140006-fc590bc3dc55 // indirect github.com/iconfu/svg-inject v1.2.3 // indirect diff --git a/exampleSite/go.sum b/exampleSite/go.sum index fa93741..c22ae4f 100644 --- a/exampleSite/go.sum +++ b/exampleSite/go.sum @@ -2,11 +2,15 @@ github.com/eimajtrebor/hugo-mod-heroicons v0.0.0-20201017130534-07f09dd2f2f8 h1: github.com/eimajtrebor/hugo-mod-heroicons v0.0.0-20201017130534-07f09dd2f2f8/go.mod h1:la8aikeVFFYvTHYkbYJjccI/7KaP7DQMBOIeF9GfDXg= github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201026173406-633714bb359d h1:TguVIF94zP80FbYjwlHZ8j3gIL4171o79nD6lrTOcxw= github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201026173406-633714bb359d/go.mod h1:IqgEwYyo2L3mFR2RoelZZ3Ncwph7QTssrZ3deCaE0us= +github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201106121650-08c012c284f2/go.mod h1:yIWROkb+Zcex0JBLlZOnejI83GWOmz/aYtKSNXexLSk= github.com/foo-dogsquared/hugo-theme-contentful v1.2.0 h1:if43vUzFAipKlnobL9THtW+QsmXp9ZPMe/vXY/vBofs= github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201027180616-059a6c489ce7 h1:3m0//AyQQX3Bh6IVAJ+z8hdWgOkaC4yCtvEycaeANHg= github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201027180616-059a6c489ce7/go.mod h1:BL7L5CENEhUx+miRRaOZ9SVC92j9MAMztirBWtTpiPc= +github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839/go.mod h1:BL7L5CENEhUx+miRRaOZ9SVC92j9MAMztirBWtTpiPc= github.com/foo-dogsquared/hugo-theme-contentful v2.0.0+incompatible h1:KcvDzjZR1AcecXmTmyj/uiXmCpyQtf18l0awyIU+Ry8= github.com/foo-dogsquared/hugo-theme-contentful v2.0.0+incompatible/go.mod h1:65D70b+PuQbQu0BQKQiSgp7K5vfmxrPQkcMSNIZ5nA8= +github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3 h1:Wfxh9bbb5ks88v8BHrB17z0oeGi3lu0EK1LV7M+k840= +github.com/foo-dogsquared/hugo-theme-more-contentful v0.1.3/go.mod h1:q2QVvX0SJhtybk/2LDTejRg4RWXnDY6hcE7qYARnBNI= github.com/foo-dogsquared/hugo-web-feeds v0.0.1 h1:miuJMx2Plw+4TBGctI2CgWXilddEHFnKNDQ9kLNti3w= github.com/foo-dogsquared/hugo-web-feeds v0.0.1/go.mod h1:0WxK3+xNIj/Wpk2kkUW0p6Uqmr/OZjPsRtQDCMazNmI= github.com/gohugoio/hugo-mod-heroicons v0.0.0-20200822140006-fc590bc3dc55 h1:ymzle/RfF+IBdw/epL+cIcN9yCg5xU15rxRwq9qTRKQ= @@ -16,3 +20,4 @@ github.com/iconfu/svg-inject v1.2.3/go.mod h1:Bw65kdn/PHpRM5Iu4KT6TJuyVlqt3TXIcP github.com/refactoringui/heroicons v0.3.7/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk= github.com/refactoringui/heroicons v0.4.2/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk= github.com/simple-icons/simple-icons v0.0.0-20201025110046-413f781fd706/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE= +github.com/simple-icons/simple-icons v0.0.0-20201103182019-19568e5c3824/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE= diff --git a/go.mod b/go.mod index f2cc185..5d3d1ea 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/foo-dogsquared/hugo-theme-more-contentful go 1.15 require ( - github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20210127234705-3c689d14b093 // indirect + 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/refactoringui/heroicons v0.4.2 // indirect + github.com/refactoringui/heroicons v1.0.6 // indirect ) diff --git a/go.sum b/go.sum index 178cf80..2200f83 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,12 @@ 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/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=