From 7b8bdd90c33981fca919555abfb7818e84d1b2a1 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Thu, 31 Aug 2023 18:58:56 -0700 Subject: [PATCH] Update Hugo modules --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 78875e7ed1d8..a79938f1072e 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-20230831154126-d9eb0f99c13b // indirect + github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230901001428-3fbc7c281202 // indirect github.com/pulumi/registry/themes/default v0.0.0-20230831211522-a8157b080d69 // indirect ) diff --git a/go.sum b/go.sum index d5df95c71bff..ff876c351195 100644 --- a/go.sum +++ b/go.sum @@ -2624,6 +2624,8 @@ github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230830205258-b5d3a44bdde2 github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230830205258-b5d3a44bdde2/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo= github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230831154126-d9eb0f99c13b h1:lRqut9pg3J0j8hBm8LRF8hgPKcqJ+rVREFeRjV72gjE= github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230831154126-d9eb0f99c13b/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo= +github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230901001428-3fbc7c281202 h1:4iPw7QFaa32SWvii+6n8jyUU9wzcjymnJznoK/1dEeM= +github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230901001428-3fbc7c281202/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=