mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 10:00:52 +02:00
feat: support Hugo 0.84.1 and full Go modules
This commit is contained in:
parent
559885af86
commit
97397f4386
1 changed files with 2 additions and 3 deletions
5
go.mod
5
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue