diff --git a/go.mod b/go.mod index ccd5112d7364..e286e54d5cf0 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-20230822144438-be2c756ac8d2 // indirect + github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822165619-d822a1c486a0 // indirect github.com/pulumi/registry/themes/default v0.0.0-20230822022303-c49af2f96d87 // indirect ) diff --git a/go.sum b/go.sum index 3fa637e51bd2..9a1867ef4f4d 100644 --- a/go.sum +++ b/go.sum @@ -2560,6 +2560,8 @@ github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822005946-8d55836738d4 github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822005946-8d55836738d4/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo= github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822144438-be2c756ac8d2 h1:sL5NXF2AbHAoR9UtoA7cPNswvVcd7cjFRzQTcoSo0PQ= github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822144438-be2c756ac8d2/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo= +github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822165619-d822a1c486a0 h1:wq87On89QVIOvYQEF0ZWDBHzAkckHDg4/6IgYICvwBU= +github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822165619-d822a1c486a0/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=