Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoTestModules1_windows.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo CI <hugo-ci@gohugo.io>2020-10-18 11:41:26 +0300
committerHugo CI <hugo-ci@gohugo.io>2020-10-18 11:41:26 +0300
commit40e04bba431a958ab6db245ffd3d02dab884c07f (patch)
tree316a7de7b804d81a0c0f163369f3ca9c0c9fbe60 /modh2_1v/go.mod
parent66e3307f2e6f942aac46e9731fac149bff81b7b1 (diff)
[v1.0.0] Update modules
Diffstat (limited to 'modh2_1v/go.mod')
-rw-r--r--modh2_1v/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/modh2_1v/go.mod b/modh2_1v/go.mod
index 275554e..5882b0e 100644
--- a/modh2_1v/go.mod
+++ b/modh2_1v/go.mod
@@ -3,6 +3,6 @@ module github.com/gohugoio/hugoTestModules1_windows/modh2_1v
go 1.12
require (
- github.com/gohugoio/hugoTestModules1_windows/modh2_1_1v v0.0.0-20201018084051-7fd5876e99cd // indirect
- github.com/gohugoio/hugoTestModules1_windows/modh2_1_2 v0.0.0-20201018084051-7fd5876e99cd // indirect
+ github.com/gohugoio/hugoTestModules1_windows/modh2_1_1v v1.0.0 // indirect
+ github.com/gohugoio/hugoTestModules1_windows/modh2_1_2 v1.0.0 // indirect
)