Skip to content

Commit 5d1e1d1

Browse files
committed
Add hextra as a hugo module
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
1 parent 17d320f commit 5d1e1d1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/wallabag/doc
2+
3+
go 1.22.5
4+
5+
require github.com/imfing/hextra v0.8.3 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/imfing/hextra v0.8.3 h1:peKCtkOwcVMQV2EqMb/VUhwpYDsI1B14U1rDqAgMHzk=
2+
github.com/imfing/hextra v0.8.3/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=

0 commit comments

Comments
 (0)