diff options
author | Bjørn Erik Pedersen <[email protected]> | 2021-03-21 13:31:17 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-03-21 13:31:17 +0100 |
commit | c94aa5cf46f91d777a61595b37835c40f1bddff1 (patch) | |
tree | 61006006ed306e05a7f2a280fc675478f2216676 /docs/go.mod | |
parent | df8bb8812f466bce563cdba297db3cd3f954a799 (diff) | |
parent | 81689af79901f0cdaff765cda6322dd4a9a7ccb3 (diff) | |
download | hugo-c94aa5cf46f91d777a61595b37835c40f1bddff1.tar.gz hugo-c94aa5cf46f91d777a61595b37835c40f1bddff1.zip |
Merge commit '81689af79901f0cdaff765cda6322dd4a9a7ccb3'
Diffstat (limited to 'docs/go.mod')
-rw-r--r-- | docs/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/go.mod b/docs/go.mod index 4199c2307..b389a795f 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs go 1.12 -require github.com/gohugoio/gohugoioTheme v0.0.0-20200711112515-b0dfe471654f // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20210301124928-2c15837dfec3 // indirect |