Skip to content

Commit

Permalink
Merge pull request #3 from gethinode/hugo-mod-dependencies
Browse files Browse the repository at this point in the history
Update Hugo module dependencies
  • Loading branch information
markdumay authored Sep 17, 2024
2 parents 8cc2b37 + 362f7c0 commit 6bf96a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion exampleSite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ module github.com/gethinode/mod-google-analytics/exampleSite

go 1.19

require github.com/gethinode/mod-utils/v2 v2.8.0 // indirect
require (
github.com/gethinode/mod-google-analytics v1.0.1 // indirect
github.com/gethinode/mod-utils/v2 v2.8.0 // indirect
)
2 changes: 2 additions & 0 deletions exampleSite/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/gethinode/mod-google-analytics v1.0.1 h1:zbmOdnAhhFCA7qWw7fnR46biWhqW2r06sIaTWyhB5R0=
github.com/gethinode/mod-google-analytics v1.0.1/go.mod h1:dl628cFozpCvoIMCiV7ujzQipjxcm3eatXrSfLPWNII=
github.com/gethinode/mod-utils/v2 v2.8.0 h1:BdB+onItuO29g5ZLEz/HEwq9c4xBEM4GGqQc3kQ++js=
github.com/gethinode/mod-utils/v2 v2.8.0/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=

0 comments on commit 6bf96a8

Please sign in to comment.