From 665ef5f429278c2bb02fe860c337084750fe5675 Mon Sep 17 00:00:00 2001 From: Jodie Putrino Date: Mon, 4 Sep 2023 01:59:44 -0600 Subject: [PATCH] fixes commit SHA in docs/go.sum (#4315) - The release tag for nginx-hugo-theme v0.37.0 was deleted and re-created, which caused hugo to return a security error when downloading the theme. Because I know the DocOps team deleted and re-created the release, I replaced the old SHA in the go.sum file with the correct, newer one to resolve the issue. --- docs/go.sum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/go.sum b/docs/go.sum index 1fb49a5e78..cb818a0796 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -1,2 +1,2 @@ -github.com/nginxinc/nginx-hugo-theme v0.37.0 h1:bRxwtzpgud0Th4+wvx5To+B3f1j8WKP4HcV6leoCNSQ= +github.com/nginxinc/nginx-hugo-theme v0.37.0 h1:kiWaP2RvbxFLUnPnS5/vOi4XB4zc2YCYlbHlnr0K2xA= github.com/nginxinc/nginx-hugo-theme v0.37.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=