Skip to content

Commit f26effd

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update module github.com/hugomods/images to v0.12.1
1 parent 7a67c7a commit f26effd

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/hugomods/icons v0.6.6 // indirect
2020
github.com/hugomods/icons/vendors/bootstrap v0.5.11 // indirect
2121
github.com/hugomods/icons/vendors/simple-icons v1.1.1 // indirect
22-
github.com/hugomods/images v0.12.0 // indirect
22+
github.com/hugomods/images v0.12.1 // indirect
2323
github.com/hugomods/seo/modules/base v0.1.3 // indirect
2424
github.com/hugomods/simple-icons v13.21.0+incompatible // indirect
2525
github.com/twbs/bootstrap v5.3.6+incompatible // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ github.com/hugomods/images v0.10.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqO
123123
github.com/hugomods/images v0.11.0/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
124124
github.com/hugomods/images v0.11.2/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
125125
github.com/hugomods/images v0.12.0/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
126+
github.com/hugomods/images v0.12.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
126127
github.com/hugomods/seo/modules/base v0.1.1 h1:63exSBQ+CuyN+GEpbCQgTWgHcuiHia2Ox7nwbhsWSDU=
127128
github.com/hugomods/seo/modules/base v0.1.1/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=
128129
github.com/hugomods/seo/modules/base v0.1.2/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=

modules/decap-cms/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/hugomods/icons v0.6.6 // indirect
2222
github.com/hugomods/icons/vendors/bootstrap v0.5.11 // indirect
2323
github.com/hugomods/icons/vendors/simple-icons v1.1.1 // indirect
24-
github.com/hugomods/images v0.12.0 // indirect
24+
github.com/hugomods/images v0.12.1 // indirect
2525
github.com/hugomods/seo/modules/base v0.1.3 // indirect
2626
github.com/hugomods/simple-icons v13.21.0+incompatible // indirect
2727
github.com/twbs/bootstrap v5.3.6+incompatible // indirect

modules/decap-cms/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ github.com/hugomods/images v0.10.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqO
235235
github.com/hugomods/images v0.11.0/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
236236
github.com/hugomods/images v0.11.2/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
237237
github.com/hugomods/images v0.12.0/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
238+
github.com/hugomods/images v0.12.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
238239
github.com/hugomods/seo/modules/base v0.1.0 h1:ZEkWuYeRJeQakBkBThO3N3lmGzOZoPixs4pDugJXfJk=
239240
github.com/hugomods/seo/modules/base v0.1.0/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=
240241
github.com/hugomods/seo/modules/base v0.1.1/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ5PGov2a2dikTg1qSg=

modules/sidebar/search/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/hugomods/icons v0.6.6 // indirect
2323
github.com/hugomods/icons/vendors/bootstrap v0.5.11 // indirect
2424
github.com/hugomods/icons/vendors/simple-icons v1.1.1 // indirect
25-
github.com/hugomods/images v0.12.0 // indirect
25+
github.com/hugomods/images v0.12.1 // indirect
2626
github.com/hugomods/search v0.20.0 // indirect
2727
github.com/hugomods/seo/modules/base v0.1.3 // indirect
2828
github.com/hugomods/simple-icons v13.21.0+incompatible // indirect

modules/sidebar/search/go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ github.com/hugomods/images v0.10.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqO
236236
github.com/hugomods/images v0.11.0/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
237237
github.com/hugomods/images v0.11.2/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
238238
github.com/hugomods/images v0.12.0/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
239+
github.com/hugomods/images v0.12.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
239240
github.com/hugomods/search v0.8.3 h1:IIeU8Xw5t+SRYwpX08NjROt+YtDtWjjW0Xa00nEaYVs=
240241
github.com/hugomods/search v0.8.3/go.mod h1:FURp5HBUm8JiuJajLk9sZ1Z1QUSJATboYEp1sFi46a4=
241242
github.com/hugomods/search v0.8.4/go.mod h1:FURp5HBUm8JiuJajLk9sZ1Z1QUSJATboYEp1sFi46a4=

0 commit comments

Comments
 (0)