Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0fbdd25

Browse files
committedDec 15, 2024·
chore: update hextra to v0.9.0
1 parent 86c4d9e commit 0fbdd25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/imfing/hextra-starter-template
22

33
go 1.21
44

5-
require github.com/imfing/hextra v0.8.6 // indirect
5+
require github.com/imfing/hextra v0.9.0 // indirect

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/imfing/hextra v0.8.6 h1:fpOqzcUs26Lc/ZzowYSBcnpe00d/aZw4HhiHP7ycSks=
2-
github.com/imfing/hextra v0.8.6/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
1+
github.com/imfing/hextra v0.9.0 h1:1UyLZgS1eayce2ETCOjAQssXpkRz3HDrIs/fljH0lkU=
2+
github.com/imfing/hextra v0.9.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=

‎netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ publish = "public"
33
command = "hugo --gc --minify -b ${DEPLOY_PRIME_URL}"
44

55
[build.environment]
6-
HUGO_VERSION = "0.132.2"
6+
HUGO_VERSION = "0.138.0"

0 commit comments

Comments
 (0)
Please sign in to comment.