Skip to content

Commit

Permalink
Bump github.com/jpanther/congo from v2.7.6 to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanran928 committed Jan 23, 2024
1 parent caced2b commit 3c44c4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/_default/languages.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ languageName = "English"

title = "Guanran928's blog."

[author]
[params.author]
name = "Guanran928"
image = "img/author.jpg"
headline = "This is me, probably."
Expand Down
2 changes: 1 addition & 1 deletion config/_default/languages.zh-cn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ languageName = "简体中文"

title = "Guanran928's 的博客。"

[author]
[params.author]
name = "Guanran928"
image = "img/author.jpg"
headline = "这有可能是我。"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/Guanran928/Guanran928.github.io

go 1.21

require github.com/jpanther/congo/v2 v2.7.6 // indirect
require github.com/jpanther/congo/v2 v2.8.0 // indirect
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/jpanther/congo/v2 v2.7.6 h1:gBz+Zx6PIVgMhknn0t9uOUQA0sSBFKhH4Miox/q9xew=
github.com/jpanther/congo/v2 v2.7.6/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
github.com/jpanther/congo/v2 v2.8.0 h1:/XkKK/ywD2SgSwjeYxwx7lLXIM7tt9wS5MvUaAnv9u0=
github.com/jpanther/congo/v2 v2.8.0/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=

0 comments on commit 3c44c4a

Please sign in to comment.