Upgrade congo to 2.6.1
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2023-07-14 11:11:14 -07:00
parent ef8a1dfda8
commit 12658a3bb1
4 changed files with 11 additions and 10 deletions

View File

@ -1,9 +1,10 @@
languageCode = "en"
languageName = "English"
displayName = "EN"
isoCode = "en"
weight = 1
rtl = false
[languages.en.params]
languageCode = "en"
languageName = "English"
displayName = "EN"
isoCode = "en"
weight = 1
rtl = false
title = "Elara's Site"
#logo = "img/logo.jpg"
@ -20,6 +21,6 @@ dateFormat = "January 2, 2006"
links = [
{ email = "mailto:elara@elara.ws" },
{ gitea = "https://gitea.elara.ws/Elara6331" },
{ github = "https://github.com/Elara" },
{ github = "https://github.com/Elara6331" },
#{ linkedin = "https://www.linkedin.com/in/arsen-musayelyan-9a850a1ab/" },
]

2
go.mod
View File

@ -2,4 +2,4 @@ module go.arsenm.dev/site
go 1.19
require github.com/jpanther/congo/v2 v2.3.1 // indirect
require github.com/jpanther/congo/v2 v2.6.1 // indirect

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/jpanther/congo/v2 v2.3.1 h1:klMXan3u9ix/OBN2jnQjdoaCkp2Qpqm/3D4G2+ccvvk=
github.com/jpanther/congo/v2 v2.3.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=
github.com/jpanther/congo/v2 v2.6.1 h1:iA8uosVsiMl3JbBSBwMvrxEibzBcDp+RIj18f/cmlDs=
github.com/jpanther/congo/v2 v2.6.1/go.mod h1:1S7DRoO1ZYS4YUdFd1LjTkdyjQwsjFWd8TqSfz3Jd+M=

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB