Skip to content

Commit

Permalink
remove replace module
Browse files Browse the repository at this point in the history
  • Loading branch information
Agos95 committed Feb 5, 2023
1 parent 2cbdecd commit 6d828c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions starters/research-group/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ module github.com/wowchemy/starter-hugo-research-group

go 1.15

replace(
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 => ../../modules/wowchemy/
)

require (
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230106134435-b9752d697a7b // indirect
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 main // indirect
)

0 comments on commit 6d828c1

Please sign in to comment.