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

github.com/gohugoio/hugoTestModules1_darwin.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:25 +0300
committerHugo CI <hugo-ci@gohugo.io>2020-10-18 11:41:25 +0300
commit6fc8682efcf46646e2e4a5539a8ef8de7a6a78ef (patch)
tree0b7de7a4ee8bffc9500b975a61239e9fc35ddade /modh2_2
parent2b35f20e822158e11a28ef5fa3a65964967becd2 (diff)
Diffstat (limited to 'modh2_2')
-rw-r--r--modh2_2/go.mod5
-rw-r--r--modh2_2/go.sum5
2 files changed, 10 insertions, 0 deletions
diff --git a/modh2_2/go.mod b/modh2_2/go.mod
index 6090973..b950053 100644
--- a/modh2_2/go.mod
+++ b/modh2_2/go.mod
@@ -1,3 +1,8 @@
module github.com/gohugoio/hugoTestModules1_darwin/modh2_2
go 1.12
+
+require (
+ github.com/gohugoio/hugoTestModules1_darwin/modh2_2_1v v0.0.0-20201018084106-2b35f20e8221 // indirect
+ github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2 v0.0.0-20201018084106-2b35f20e8221 // indirect
+)
diff --git a/modh2_2/go.sum b/modh2_2/go.sum
new file mode 100644
index 0000000..a458ae4
--- /dev/null
+++ b/modh2_2/go.sum
@@ -0,0 +1,5 @@
+github.com/gohugoio/hugoTestModules1_darwin v0.0.0-20201018084106-2b35f20e8221 h1:nqc25Yoa0bDwntSUeq6gi2mGP2GoJ0yp5XjVxcqzb3o=
+github.com/gohugoio/hugoTestModules1_darwin/modh2_2_1v v0.0.0-20201018084106-2b35f20e8221 h1:9iH+KrJ20MBjhtdrJk2hxqa/VuwGEd+DAk08hcQiWKk=
+github.com/gohugoio/hugoTestModules1_darwin/modh2_2_1v v0.0.0-20201018084106-2b35f20e8221/go.mod h1:55qsxrNyDRIvct2Z+JUJclpSaYs6filJKi5aDkq3Jbw=
+github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2 v0.0.0-20201018084106-2b35f20e8221 h1:e0P1YO8OdIO/dvr5ThOtWOtT2ZQREGVFo8kJbpU7BsQ=
+github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2 v0.0.0-20201018084106-2b35f20e8221/go.mod h1:yfQIHzfANUIPfH4reNv0espDalb1e3cgtDTJcRgzYFs=