Skip to content

Commit

Permalink
fix: update Hugo module dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay authored Nov 8, 2024
1 parent 2658e97 commit 42ada2d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions exampleSite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/gethinode/mod-hubspot/exampleSite
go 1.19

require (
github.com/gethinode/mod-hubspot v1.1.2 // indirect
github.com/gethinode/mod-utils/v2 v2.8.2 // indirect
github.com/gethinode/mod-hubspot v1.1.3 // indirect
github.com/gethinode/mod-utils/v2 v2.8.3 // indirect
)
4 changes: 4 additions & 0 deletions exampleSite/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ github.com/gethinode/mod-hubspot v1.0.0 h1:JWpRhqMPubq6Lr11uS83mTq9FZ+H9w4b3b7gq
github.com/gethinode/mod-hubspot v1.0.0/go.mod h1:RlPiKSP2pS6X5KM0eqv4N4X9DTZ0ndpX2IiHNcxZ9J0=
github.com/gethinode/mod-hubspot v1.1.2 h1:A7AuULG232gCkQpmBqXw6KqzwOddrw6pSGSHJIZeJRU=
github.com/gethinode/mod-hubspot v1.1.2/go.mod h1:RlPiKSP2pS6X5KM0eqv4N4X9DTZ0ndpX2IiHNcxZ9J0=
github.com/gethinode/mod-hubspot v1.1.3 h1:UoZ8R5a4lu6arCAauV5QITSvTHJ/Md6nemMBlHDKRro=
github.com/gethinode/mod-hubspot v1.1.3/go.mod h1:1HJuxgeL+F6rSfms0m1+bd4Gp56lpuCB1/6D5GdwPFQ=
github.com/gethinode/mod-utils/v2 v2.8.1 h1:u7sFbgJ5sBEMYC/GwcMRyjRAd5NxTjBnbld5b0V5n98=
github.com/gethinode/mod-utils/v2 v2.8.1/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=
github.com/gethinode/mod-utils/v2 v2.8.2 h1:rKndAMmRBSO5Cgoa/2CvF5XchDSvLvd4TYAbfbbQVhE=
github.com/gethinode/mod-utils/v2 v2.8.2/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=
github.com/gethinode/mod-utils/v2 v2.8.3 h1:t1MJcIdFhYi0gCkm8f0DYZwyfq7pRdRc0eNpqZa11ic=
github.com/gethinode/mod-utils/v2 v2.8.3/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/gethinode/mod-hubspot

go 1.19

require github.com/gethinode/mod-utils/v2 v2.8.2 // indirect
require github.com/gethinode/mod-utils/v2 v2.8.3 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ github.com/gethinode/mod-utils/v2 v2.8.1 h1:u7sFbgJ5sBEMYC/GwcMRyjRAd5NxTjBnbld5
github.com/gethinode/mod-utils/v2 v2.8.1/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=
github.com/gethinode/mod-utils/v2 v2.8.2 h1:rKndAMmRBSO5Cgoa/2CvF5XchDSvLvd4TYAbfbbQVhE=
github.com/gethinode/mod-utils/v2 v2.8.2/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=
github.com/gethinode/mod-utils/v2 v2.8.3 h1:t1MJcIdFhYi0gCkm8f0DYZwyfq7pRdRc0eNpqZa11ic=
github.com/gethinode/mod-utils/v2 v2.8.3/go.mod h1:GTYeknoLujNjfDxI+V9Dcug26CYJSTJ0B/U2dagw9oY=

0 comments on commit 42ada2d

Please sign in to comment.