diff --git a/go.mod b/go.mod index 7dcef3f..be407d1 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/datacrpentry/new-website go 1.18 -require github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf // indirect +require github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 // indirect diff --git a/go.sum b/go.sum index 6f25738..b360ad5 100644 --- a/go.sum +++ b/go.sum @@ -18,3 +18,5 @@ github.com/carpentries/carpentries-hugo-theme v0.0.0-20241001123033-87de873e3d29 github.com/carpentries/carpentries-hugo-theme v0.0.0-20241001123033-87de873e3d29/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA= github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf h1:Fc0Avm2bOz0Gv48E6jkNRTc6jVg3ujU9j9eiIMXOI3A= github.com/carpentries/carpentries-hugo-theme v0.0.0-20241014205912-6f7e6864ddbf/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA= +github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64 h1:2VMnWbTlM/WFG03qAfLMIWQvi4mgzHotitKMJ+asGMk= +github.com/carpentries/carpentries-hugo-theme v0.0.0-20241114215553-621b07624b64/go.mod h1:folIYik0FmlDRY0TIqSlFfhFi1OV+0mDYhBgsND+4JA=