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

Merged
merged 1 commit into from
Sep 18, 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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ go 1.16

require (
github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230918110303-d7cd9ec982fd // indirect
github.com/pulumi/registry/themes/default v0.0.0-20230918140443-516722a4b026 // indirect
github.com/pulumi/registry/themes/default v0.0.0-20230918160539-9a847bbb2278 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5712,6 +5712,8 @@ github.com/pulumi/registry/themes/default v0.0.0-20230918140149-7cb02ee67579 h1:
github.com/pulumi/registry/themes/default v0.0.0-20230918140149-7cb02ee67579/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
github.com/pulumi/registry/themes/default v0.0.0-20230918140443-516722a4b026 h1:MekwcF2UhLKcvbSqMICPyw4mSYPSM66rQ4Khvq+6300=
github.com/pulumi/registry/themes/default v0.0.0-20230918140443-516722a4b026/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w=
github.com/pulumi/registry/themes/default v0.0.0-20230918160539-9a847bbb2278 h1:e+Wuj3+tf8rjF3/HiVkm5TYvQPd1MLqN1u7bcQrP4E4=
github.com/pulumi/registry/themes/default v0.0.0-20230918160539-9a847bbb2278/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
Loading