diff --git a/go.mod b/go.mod index 056d4275dd7e..645379d97af5 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index 29fcd854cae1..d76a641bf074 100644 --- a/go.sum +++ b/go.sum @@ -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= @@ -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=