modules: update
Fix mod `replace` instances in prev module update
|
@ -2,4 +2,4 @@ module github.com/wowchemy/starter-academic/exampleSite
|
|||
|
||||
go 1.15
|
||||
|
||||
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201109174124-1ed538027a75 // indirect
|
||||
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201111005443-165dcd6c3eab // indirect
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
{"Target":"css/wowchemy.css","MediaType":"text/css","Data":{}}
|
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 443 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 6 KiB |
Before Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 84 KiB |
6
go.mod
|
@ -4,9 +4,5 @@ go 1.15
|
|||
|
||||
require (
|
||||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201109174124-1ed538027a75 // indirect
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201109174124-1ed538027a75
|
||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201111005443-165dcd6c3eab
|
||||
)
|
||||
|
||||
replace github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic => ../../wowchemy-hugo/netlify-cms-academic
|
||||
|
||||
replace github.com/wowchemy/wowchemy-hugo-modules/wowchemy => ../../wowchemy-hugo/wowchemy
|
||||
|
|