Skip to content

Commit

Permalink
modules: update ~v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed May 29, 2021
1 parent a27d683 commit da5964e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/wowchemy/starter-academic
go 1.15

require (
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210418194315-e9cec2d3e993 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210418194315-e9cec2d3e993 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210526223849-81ba17522966 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210526223849-81ba17522966 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210418194315-e9cec2d3e993 h1:9LxExeICmhQtDbYL3qTIRg3u5M9/cp7Ke1PZuFVdXPQ=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210418194315-e9cec2d3e993/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210418194315-e9cec2d3e993 h1:tgIU550aaN6MspiKvGe4CBYBpACtnazMksQHByyzIh4=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210418194315-e9cec2d3e993/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210526223849-81ba17522966 h1:qQ+BOah36CL2HMtG4NLZGhZ0MGBwq7CPy9DPll1U8Yk=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210526223849-81ba17522966/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210526223849-81ba17522966 h1:WZer9Efx+RVA6ywDcyWNdQyZi3j/Sr77AVy1oHKEu7s=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms v0.0.0-20210526223849-81ba17522966/go.mod h1:AKpYbqUVlj0VYsc7Jsxe1o8Ko2yV31A5ZPdfpACcXJw=
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.81.0"
HUGO_VERSION = "0.83.1"
HUGO_ENABLEGITINFO = "true"

[context.production.environment]
Expand Down

0 comments on commit da5964e

Please sign in to comment.