modules: update
This commit is contained in:
parent
c070f92ad5
commit
a34f0e29dd
6 changed files with 11 additions and 11 deletions
|
@ -2,4 +2,4 @@ module github.com/wowchemy/starter-academic/exampleSite
|
||||||
|
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201220004521-6c434e6de205 // indirect
|
require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201221153245-e47738df5972 // indirect
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201220004521-6c434e6de205 h1:KVtizoH5q5JWYH1TOkx+gAwVsBLyOFhiNgh83sp2G58=
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201221153245-e47738df5972 h1:3qRXrDU+WQP6y9vbGr+IaJMaOKSq3HccgIa/yowNRV4=
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201220004521-6c434e6de205/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201221153245-e47738df5972/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||||
|
|
File diff suppressed because one or more lines are too long
4
go.mod
4
go.mod
|
@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201220004521-6c434e6de205 // indirect
|
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201221153245-e47738df5972 // indirect
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201220004521-6c434e6de205
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201221153245-e47738df5972
|
||||||
)
|
)
|
||||||
|
|
8
go.sum
8
go.sum
|
@ -1,4 +1,4 @@
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201220004521-6c434e6de205 h1:WPCD86E3nYFOI5kYD9L06Xo8Uh+GgOcFo7EgpquJs08=
|
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201221153245-e47738df5972 h1:IoyAiOyl812vTkjNGT3VXVi/CYstb3Sb0Hu7oI972Ck=
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201220004521-6c434e6de205/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
|
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20201221153245-e47738df5972/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY=
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201220004521-6c434e6de205 h1:KVtizoH5q5JWYH1TOkx+gAwVsBLyOFhiNgh83sp2G58=
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201221153245-e47738df5972 h1:3qRXrDU+WQP6y9vbGr+IaJMaOKSq3HccgIa/yowNRV4=
|
||||||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201220004521-6c434e6de205/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201221153245-e47738df5972/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
|
||||||
|
|
|
@ -2,7 +2,7 @@ name = "Academic"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = "https://github.com/wowchemy/starter-academic/blob/master/LICENSE.md"
|
licenselink = "https://github.com/wowchemy/starter-academic/blob/master/LICENSE.md"
|
||||||
description = "Use the website builder to personalize your academic resumé with widgets and deploy with one click! Fully customize your site with themes, plugins, and language packs."
|
description = "Use the website builder to personalize your academic resumé with widgets and deploy with one click! Fully customize your site with themes, plugins, and language packs."
|
||||||
homepage = "https://wowchemy.com"
|
homepage = "https://wowchemy.com/templates/"
|
||||||
min_version = "0.78"
|
min_version = "0.78"
|
||||||
tags = ["widgets",
|
tags = ["widgets",
|
||||||
"resume",
|
"resume",
|
||||||
|
|
Loading…
Reference in a new issue