From 38afff410fcf82026732b2d0477c1056e26f363f Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Wed, 23 Aug 2023 10:03:16 +0000 Subject: [PATCH] Update Hugo module references --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 083880e4333d..891ec8bdf171 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.16 require ( 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 + github.com/pulumi/registry/themes/default v0.0.0-20230823094824-d4e5d03d8216 // indirect ) diff --git a/go.sum b/go.sum index 5261fdf54a39..8f170cb2af01 100644 --- a/go.sum +++ b/go.sum @@ -5442,6 +5442,8 @@ github.com/pulumi/registry/themes/default v0.0.0-20230822214956-417038f06e5e h1: 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/registry/themes/default v0.0.0-20230823094824-d4e5d03d8216 h1:L1zeotAa4xaOgp77rc4WwuGp0oqCaSFYj/GyogPY6Pk= +github.com/pulumi/registry/themes/default v0.0.0-20230823094824-d4e5d03d8216/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=