Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c0f109

Browse files
chore: bump github.com/gohugoio/hugo from 0.95.0 to 0.96.0 (#622)
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.95.0 to 0.96.0. - [Release notes](https://github.com/gohugoio/hugo/releases) - [Changelog](https://github.com/gohugoio/hugo/blob/master/goreleaser.yml) - [Commits](gohugoio/hugo@v0.95.0...v0.96.0) --- updated-dependencies: - dependency-name: github.com/gohugoio/hugo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b33e457 commit 8c0f109

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ require (
4646
github.com/go-chi/chi/v5 v5.0.7
4747
github.com/go-chi/render v1.0.1
4848
github.com/go-playground/validator/v10 v10.10.1
49-
github.com/gohugoio/hugo v0.95.0
49+
github.com/gohugoio/hugo v0.96.0
5050
github.com/golang-jwt/jwt v3.2.2+incompatible
5151
github.com/golang-migrate/migrate/v4 v4.15.1
5252
github.com/google/uuid v1.3.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,8 @@ github.com/gogo/protobuf v1.3.0/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXP
725725
github.com/gogo/protobuf v1.3.1/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
726726
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
727727
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
728-
github.com/gohugoio/hugo v0.95.0 h1:oI89ShSv8Op8apM+nvaTF2apPp/iAkvUVDEyRyyI+2M=
729-
github.com/gohugoio/hugo v0.95.0/go.mod h1:XBTjRpLO+Soi5fwAYOeuOH62xBMrgClOWxJGbZNx4aA=
728+
github.com/gohugoio/hugo v0.96.0 h1:GIPvt8S2DTAudLxI0V953dtmDCMbCu4LyZsnjLbGUDQ=
729+
github.com/gohugoio/hugo v0.96.0/go.mod h1:nGuC0wLZFvrWf3o2nrcbzA84PrSn23GaT1LHNDaEhmY=
730730
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 h1:zN2lZNZRflqFyxVaTIU61KNKQ9C0055u9CAfpmqUvo4=
731731
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3/go.mod h1:nPpo7qLxd6XL3hWJG/O60sR8ZKfMCiIoNap5GvD12KU=
732732
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=

0 commit comments

Comments
 (0)