diff --git a/go.mod b/go.mod index 627f5a1cb231..083880e4333d 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-20230822205928-13516a933355 // indirect - github.com/pulumi/registry/themes/default v0.0.0-20230822214956-417038f06e5e // indirect + github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822222335-12f1062cfac2 // indirect + github.com/pulumi/registry/themes/default v0.0.0-20230822223704-03253684a84a // indirect ) diff --git a/go.sum b/go.sum index 8b45719eb97a..5261fdf54a39 100644 --- a/go.sum +++ b/go.sum @@ -2568,6 +2568,8 @@ github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822181709-c523a2d644f8 github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822181709-c523a2d644f8/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo= github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822205928-13516a933355 h1:a70dOmdX/tq/8/LXSIuIkePSpFvWdIBI1fl+Wn7SYP0= github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822205928-13516a933355/go.mod h1:081/gGTOxNFBjrLQ3QvsyP34iiWgmmKDtoi5falfsuo= +github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822222335-12f1062cfac2 h1:DwJHQqEdSpn+/Dbyp5H9G6iQGEgADo0rwQsp9Vx0sI8= +github.com/pulumi/pulumi-hugo/themes/default v0.0.0-20230822222335-12f1062cfac2/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= @@ -5438,6 +5440,8 @@ github.com/pulumi/registry/themes/default v0.0.0-20230822191233-b6258b2f567d h1: github.com/pulumi/registry/themes/default v0.0.0-20230822191233-b6258b2f567d/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w= github.com/pulumi/registry/themes/default v0.0.0-20230822214956-417038f06e5e h1:vg4vxPzOkEprtoOo/jWq0PRq2Z1HJG72SCzOxhM7gvI= github.com/pulumi/registry/themes/default v0.0.0-20230822214956-417038f06e5e/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w= +github.com/pulumi/registry/themes/default v0.0.0-20230822223704-03253684a84a h1:JNmt3AvypQ4FLb+6rLmzgx/UP+M21+6p2pqPP2nim1E= +github.com/pulumi/registry/themes/default v0.0.0-20230822223704-03253684a84a/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=