Skip to content

Commit 7c14411

Browse files
Merge pull request #2 from gethinode/hugo-mod-dependencies
Update Hugo module dependencies
2 parents 23a2fc2 + d2459ac commit 7c14411

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

exampleSite/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ module github.com/gethinode/mod-compatibility/exampleSite
22

33
go 1.19
44

5+
require (
6+
github.com/gethinode/mod-compatibility v1.0.0 // indirect
7+
github.com/gethinode/mod-utils/v2 v2.10.0 // indirect
8+
)

exampleSite/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/gethinode/mod-compatibility v1.0.0 h1:REzZQnB691yhoTxWfr1Ry+zP20aJsTC5vbUathYrN7E=
2+
github.com/gethinode/mod-compatibility v1.0.0/go.mod h1:Q5cMRPjohB2ocodMmIj07AIj2g1oJyepbk9qcGsLB/c=
3+
github.com/gethinode/mod-utils/v2 v2.10.0 h1:2GN6f3wcu/TlbzPD6DFlWyx+KomXz6LnBv7mfPIXB6o=
4+
github.com/gethinode/mod-utils/v2 v2.10.0/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=

0 commit comments

Comments
 (0)