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 #9692

Merged
merged 1 commit into from
Aug 21, 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-20230821175941-ce6d81930958 // indirect
github.com/pulumi/registry/themes/default v0.0.0-20230821143312-b38e3e531828 // indirect
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230821202521-c7af22e4f44f // indirect
github.com/pulumi/registry/themes/default v0.0.0-20230821204628-24372a83738e // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2554,6 +2554,8 @@ github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230821162157-318d00ff8ab0
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230821162157-318d00ff8ab0/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo=
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230821175941-ce6d81930958 h1:eeSoEw2A/7Ngz85+JMeFCcSUn0kcgApzF5og02uDLUM=
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230821175941-ce6d81930958/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo=
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230821202521-c7af22e4f44f h1:hQ0FcAec4g7/YxVW3BPiAk9K9u4nCVhGCDtMGP1MoEM=
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230821202521-c7af22e4f44f/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 @@ -5414,6 +5416,8 @@ github.com/pulumi/registry/themes/default v0.0.0-20230819022841-93a78617c2f1 h1:
github.com/pulumi/registry/themes/default v0.0.0-20230819022841-93a78617c2f1/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
github.com/pulumi/registry/themes/default v0.0.0-20230821143312-b38e3e531828 h1:xNzVy9+ygbvuBd1b/pbzhJnapYO8tyPkXQSh1h4m+KQ=
github.com/pulumi/registry/themes/default v0.0.0-20230821143312-b38e3e531828/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
github.com/pulumi/registry/themes/default v0.0.0-20230821204628-24372a83738e h1:OZONdgXUQ9Pboh0MrGBQy8zHymj2305RsruF3ilVSN4=
github.com/pulumi/registry/themes/default v0.0.0-20230821204628-24372a83738e/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