From b86832526248efbd1f2a5e5e5c7c6d1e1ce8b8fe Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:26:16 -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 1f19d9b1bdfd..656d9fc4a74b 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-20230811204255-1b83a6a4a0ed // indirect - github.com/pulumi/registry/themes/default v0.0.0-20230811203409-4c775757b91b // indirect + github.com/pulumi/registry/themes/default v0.0.0-20230811223351-90488b5fd3d5 // indirect ) diff --git a/go.sum b/go.sum index c97f71b27307..06d8974f0353 100644 --- a/go.sum +++ b/go.sum @@ -5378,6 +5378,8 @@ github.com/pulumi/registry/themes/default v0.0.0-20230811160321-90d91262e037 h1: github.com/pulumi/registry/themes/default v0.0.0-20230811160321-90d91262e037/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w= github.com/pulumi/registry/themes/default v0.0.0-20230811203409-4c775757b91b h1:bUXVJNyZBq8cFgTF4j//sXF6teTZ4IDas6KayvIBVtE= github.com/pulumi/registry/themes/default v0.0.0-20230811203409-4c775757b91b/go.mod h1:QSvobZqmJMqVmn3BTfSiYkbRKtJHhSA8gotu/pD1a0w= +github.com/pulumi/registry/themes/default v0.0.0-20230811223351-90488b5fd3d5 h1:i4691rBPhB6ekfaUCfpvMnwxZA8gG+HLpjYFQLk2D4Y= +github.com/pulumi/registry/themes/default v0.0.0-20230811223351-90488b5fd3d5/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=