From 97397f43863158333a05a5581fe259e982a70d0e Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 29 Jun 2021 20:38:32 +0100 Subject: [PATCH] feat: support Hugo 0.84.1 and full Go modules --- go.mod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 7e32a247..5495bd9b 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,7 @@ module github.com/wowchemy/wowchemy-hugo-modules/v5 go 1.15 -require github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 latest replace github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 => ./wowchemy - -require github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 latest replace github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 => ./wowchemy-cms +require github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210629192904-559885af86b7 +require github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20210629192904-559885af86b7