forked from HugoBlox/theme-academic-cv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
D. H. Lorenz
committed
Jan 9, 2021
1 parent
c663d04
commit 0a84330
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module github.com/wowchemy/starter-academic | ||
module github.com/OpenUniversity/starter-academic | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210106233222-68b9925c9351 // indirect | ||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210106233222-68b9925c9351 | ||
github.com/OpenUniversity/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210109091102-8b11b9d76a7b // indirect | ||
github.com/OpenUniversity/wowchemy-hugo-modules/wowchemy v0.0.0-20210109091102-8b11b9d76a7b // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210106233222-68b9925c9351 h1:6QUspa85dd450mfSYJNhEzjEZrM0hmyM2RwLAKratgQ= | ||
github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210106233222-68b9925c9351/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY= | ||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210106233222-68b9925c9351 h1:Zu6EIaq0Hf6e1DiKKaFcT9iPKKrhzwQTZKgreDUib8s= | ||
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210106233222-68b9925c9351/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= | ||
github.com/OpenUniversity/wowchemy-hugo-modules v0.29.0 h1:jnbz9eeIGYVUqe9c4OSzB1zOSEIj9G1tQ7IPUbEV9vI= | ||
github.com/OpenUniversity/wowchemy-hugo-modules v4.8.0+incompatible h1:TUj7/1LyRw+cmj0vQEVU/+aX8dh+2syJzYrEePQuNaI= | ||
github.com/OpenUniversity/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210109091102-8b11b9d76a7b h1:AFlLRMJEBijmk1db86Ck8DV6Y+0fwAkp70kdNphmQ5Q= | ||
github.com/OpenUniversity/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210109091102-8b11b9d76a7b/go.mod h1:7x8mpQYz9eWHUi95G7O8O7abLsgL35qr3kLU0jdi+XQ= | ||
github.com/OpenUniversity/wowchemy-hugo-modules/wowchemy v0.0.0-20210109091102-8b11b9d76a7b h1:vfVKUtIWvnu+qKaG1VLd3aRG5bxORTaPYWp1QhgQqk8= | ||
github.com/OpenUniversity/wowchemy-hugo-modules/wowchemy v0.0.0-20210109091102-8b11b9d76a7b/go.mod h1:mjHY1UfUR+yeNvSYMP5NAERUv2YS31sqTzQgvTk82hE= |