Skip to content

Commit

Permalink
feat: Update go.mod and go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
appuchias committed Jul 10, 2024
1 parent d824b0c commit 86002ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/appuchias/appuchias.github.io
go 1.22.0

require (
github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5 // indirect
github.com/divinerites/plausible-hugo v1.19.6 // indirect
github.com/adityatelange/hugo-PaperMod v0.0.0-20240621184713-9ea3bb0e1f3a
github.com/divinerites/plausible-hugo v1.20.0
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5 h1:yczLu4cdgnLAiRHGQuxTP86WHfEvip4IAkcKT/2HocE=
github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ=
github.com/adityatelange/hugo-PaperMod v0.0.0-20240621184713-9ea3bb0e1f3a h1:y7opcJjy8jMqSUsbV4pIaQOhn4PhzfWn7p9VdMnpKT0=
github.com/adityatelange/hugo-PaperMod v0.0.0-20240621184713-9ea3bb0e1f3a/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ=
github.com/divinerites/plausible-hugo v1.19.6 h1:Ju9p0zCXUByYYOcwPIiX39a6hMTLIcTK3y9tBegRH5U=
github.com/divinerites/plausible-hugo v1.19.6/go.mod h1:cxr+YB3FUwbLon8KCs4pV4Ankbkq6lJxTQUpNb5KqPo=
github.com/divinerites/plausible-hugo v1.20.0 h1:nkoQ/5/ti2nRF8DRiErEemOb1/EAbViUL05aSbiiRuU=
github.com/divinerites/plausible-hugo v1.20.0/go.mod h1:cxr+YB3FUwbLon8KCs4pV4Ankbkq6lJxTQUpNb5KqPo=

0 comments on commit 86002ed

Please sign in to comment.