mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
Update Hugo modules
This commit is contained in:
parent
c6c35ddd82
commit
a88809f24a
@ -30,7 +30,9 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
|
|||||||
* Minimum Go runtime version in `go.mod`.
|
* 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]
|
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.
|
* Update link:https://github.com/foo-dogsquared/hugo-mod-web-feeds[Simple Icons Hugo module] to v7.16.0.
|
||||||
|
|
||||||
|
* Update Heroicons to 2.x.x.
|
||||||
|
|
||||||
* The code block has maximum height for half the height of the viewport (`50vh`).
|
* The code block has maximum height for half the height of the viewport (`50vh`).
|
||||||
|
|
||||||
|
4
go.mod
4
go.mod
@ -3,7 +3,7 @@ module github.com/foo-dogsquared/hugo-theme-more-contentful
|
|||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220601232257-9d83599bb973 // indirect
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20221019233209-ba7f7a30574e // indirect
|
||||||
github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20220513103455-d83c3f8c6954 // indirect
|
github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20220513103455-d83c3f8c6954 // indirect
|
||||||
github.com/refactoringui/heroicons v1.0.6 // indirect
|
github.com/refactoringui/heroicons v2.0.12+incompatible // indirect
|
||||||
)
|
)
|
||||||
|
5
go.sum
5
go.sum
@ -1,7 +1,12 @@
|
|||||||
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 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-mod-simple-icons v0.0.0-20220601232257-9d83599bb973/go.mod h1:hYdIy7u/yNx27ZDcThFZio08Gy4G+OVKp00hOiQgiBo=
|
||||||
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20221019233209-ba7f7a30574e h1:ayXFLlJlw6b9WXsuyhv07IxpIt6kH3dom673s09AGYg=
|
||||||
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20221019233209-ba7f7a30574e/go.mod h1:w0XARjrcnxWct0vvESoW31RME78TXt+R4BoHFw+/l+U=
|
||||||
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 h1:ODhabu0XqJYNlXL6OEGRVMuz0dKR6Cp/TTkwoMD1m1A=
|
||||||
github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20220513103455-d83c3f8c6954/go.mod h1:BL7L5CENEhUx+miRRaOZ9SVC92j9MAMztirBWtTpiPc=
|
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 h1:0+j+tb+i36SWT6hCXaxnOyAHkaPfM5MIg24pLwbY/e4=
|
||||||
github.com/refactoringui/heroicons v1.0.6/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
|
github.com/refactoringui/heroicons v1.0.6/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
|
||||||
|
github.com/refactoringui/heroicons v2.0.12+incompatible h1:b7pW0LNw2TjxcmtYCmY8pLApm6UGeXSgKTj9t9oXZFQ=
|
||||||
|
github.com/refactoringui/heroicons v2.0.12+incompatible/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk=
|
||||||
github.com/simple-icons/simple-icons v0.0.0-20220529101043-798d41484746/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=
|
||||||
|
github.com/simple-icons/simple-icons v0.0.0-20221016015904-d4ad2228d30f/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=
|
||||||
|
Loading…
Reference in New Issue
Block a user