Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hugo modules #9667

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/pulumi/pulumi-docs
go 1.16

require (
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230810052716-329660e64a5c // indirect
github.com/pulumi/registry/themes/default v0.0.0-20230810205408-16e9c22e3e2f // indirect
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230811155924-4db214861edd // indirect
github.com/pulumi/registry/themes/default v0.0.0-20230811160026-8982e61765c6 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2536,6 +2536,8 @@ github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230809211527-7a4e4f3efc57
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230809211527-7a4e4f3efc57/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo=
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230810052716-329660e64a5c h1:FlXE/TvrBBgI0DMRIpmbotdzIu1j/Ag4IKo/yzLB+sU=
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230810052716-329660e64a5c/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo=
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230811155924-4db214861edd h1:jNhoFoV6ReEwPUqht+9TjNSmzuUnsj7NW5lKXqXn0Aw=
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230811155924-4db214861edd/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo=
github.com/pulumi/registry v0.0.0-20211018002248-032308df8c9b h1:cc9syvwwbJF8OOwiQA806f05ZPo8Y9i6MhQp+DyQ7Gk=
github.com/pulumi/registry v0.0.0-20211018002248-032308df8c9b/go.mod h1:5njB00aDODdidTJgd4o+FiH7pM9YZ9cqAR0xHEPyq6s=
github.com/pulumi/registry/themes/default v0.0.0-20210929002709-940e5a1d2c43/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
Expand Down Expand Up @@ -5364,6 +5366,8 @@ github.com/pulumi/registry/themes/default v0.0.0-20230810132003-245cd8e3e5e4 h1:
github.com/pulumi/registry/themes/default v0.0.0-20230810132003-245cd8e3e5e4/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
github.com/pulumi/registry/themes/default v0.0.0-20230810205408-16e9c22e3e2f h1:fG61f/pNnFAxh5lF/0WnE3ySy39dUdC+kQcAZTCLkpw=
github.com/pulumi/registry/themes/default v0.0.0-20230810205408-16e9c22e3e2f/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
github.com/pulumi/registry/themes/default v0.0.0-20230811160026-8982e61765c6 h1:hHt48fzQ4ROCkAfHOTeK2Z2pZSXaGSFtpiGGH7zydrc=
github.com/pulumi/registry/themes/default v0.0.0-20230811160026-8982e61765c6/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
github.com/pulumi/theme v0.0.0-20210927232844-820360db3296/go.mod h1:Ksr+ztEgwxDLYFRalb0SYu4WcGROgnF35iILealOMno=
github.com/pulumi/theme v0.0.0-20211001214832-2c758d993730 h1:VuLvDZWGYg+9hlI5ph0AY7ryPZ1Q3INhdog79yhwqL4=
github.com/pulumi/theme v0.0.0-20211001214832-2c758d993730/go.mod h1:Ksr+ztEgwxDLYFRalb0SYu4WcGROgnF35iILealOMno=
Expand Down