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

github.com/gohugoio/hugoTestModules1_linux.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:40:18 +0300
committerHugo CI <hugo-ci@gohugo.io>2020-10-18 11:40:18 +0300
commit5f1667d80bf0a8f7c3025c810dc4ad9fdcbed21d (patch)
tree8ace35c327bd076e92646739a076228fd3656d8b
parentd5352a0b0d8fb97c96d8e3f769b187c11cc16363 (diff)
-rw-r--r--modh1_1v/go.mod5
-rw-r--r--modh1_1v/go.sum5
-rw-r--r--modh1_2/go.mod5
-rw-r--r--modh1_2/go.sum5
-rw-r--r--modh1v/go.mod9
-rw-r--r--modh1v/go.sum13
-rw-r--r--modh2/go.mod9
-rw-r--r--modh2/go.sum13
-rw-r--r--modh2_1v/go.mod5
-rw-r--r--modh2_1v/go.sum5
-rw-r--r--modh2_2/go.mod5
-rw-r--r--modh2_2/go.sum5
12 files changed, 84 insertions, 0 deletions
diff --git a/modh1_1v/go.mod b/modh1_1v/go.mod
index 63be65d..112315a 100644
--- a/modh1_1v/go.mod
+++ b/modh1_1v/go.mod
@@ -1,3 +1,8 @@
module github.com/gohugoio/hugoTestModules1_linux/modh1_1v
go 1.12
+
+require (
+ github.com/gohugoio/hugoTestModules1_linux/modh1_1_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh1_1_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+)
diff --git a/modh1_1v/go.sum b/modh1_1v/go.sum
new file mode 100644
index 0000000..70454eb
--- /dev/null
+++ b/modh1_1v/go.sum
@@ -0,0 +1,5 @@
+github.com/gohugoio/hugoTestModules1_linux v0.0.0-20201018084003-d5352a0b0d8f h1:XDj3H3pzI1ug+WUhw4jnQlTymR6smJxtY2R8nNdnmy0=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1_1v v0.0.0-20201018084003-d5352a0b0d8f h1:9ZR6ETcfq8pbbxuq24pvHh1L83AYoWaHXXzwKMJOOBk=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:FX4QotaNYDh37HwtRVhtPv8Qa7JgWg3vFqIwSdIUWZk=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1_2 v0.0.0-20201018084003-d5352a0b0d8f h1:tT+D44Hf89dzmb0d2h1cM6DNY5EM/kMAvM+FGmq3DF8=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:2W03Zj0udF7IcpzktduKr5A3Olg11KyDn1SgcyYTP1A=
diff --git a/modh1_2/go.mod b/modh1_2/go.mod
index dafa532..0890e7d 100644
--- a/modh1_2/go.mod
+++ b/modh1_2/go.mod
@@ -1,3 +1,8 @@
module github.com/gohugoio/hugoTestModules1_linux/modh1_2
go 1.12
+
+require (
+ github.com/gohugoio/hugoTestModules1_linux/modh1_2_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh1_2_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+)
diff --git a/modh1_2/go.sum b/modh1_2/go.sum
new file mode 100644
index 0000000..7f51195
--- /dev/null
+++ b/modh1_2/go.sum
@@ -0,0 +1,5 @@
+github.com/gohugoio/hugoTestModules1_linux v0.0.0-20201018084003-d5352a0b0d8f h1:XDj3H3pzI1ug+WUhw4jnQlTymR6smJxtY2R8nNdnmy0=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2_1v v0.0.0-20201018084003-d5352a0b0d8f h1:9rtCgQ3HWgrjxhUFvPBAPGAsGuqnL9NEebrNYohWmSM=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:hixsTLccfP2qEOSjYhJ8qCEsD+ubl9b0NlCtE9AcH/Y=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2_2 v0.0.0-20201018084003-d5352a0b0d8f h1:BZbUkKU1twUK7Zj6RNOJ27F1e4+KXGncCaDFYqLtIHg=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:2HUo+yOEcBgs8ZgFiQ0XmrcGEzAdIT3yPUOTSTG3waY=
diff --git a/modh1v/go.mod b/modh1v/go.mod
index c1eb60f..e053c12 100644
--- a/modh1v/go.mod
+++ b/modh1v/go.mod
@@ -1,3 +1,12 @@
module github.com/gohugoio/hugoTestModules1_linux/modh1v
go 1.12
+
+require (
+ github.com/gohugoio/hugoTestModules1_linux/modh1_1_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh1_1_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh1_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh1_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh1_2_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh1_2_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+)
diff --git a/modh1v/go.sum b/modh1v/go.sum
new file mode 100644
index 0000000..84a86f4
--- /dev/null
+++ b/modh1v/go.sum
@@ -0,0 +1,13 @@
+github.com/gohugoio/hugoTestModules1_linux v0.0.0-20201018084003-d5352a0b0d8f h1:XDj3H3pzI1ug+WUhw4jnQlTymR6smJxtY2R8nNdnmy0=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1_1v v0.0.0-20201018084003-d5352a0b0d8f h1:9ZR6ETcfq8pbbxuq24pvHh1L83AYoWaHXXzwKMJOOBk=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:FX4QotaNYDh37HwtRVhtPv8Qa7JgWg3vFqIwSdIUWZk=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1_2 v0.0.0-20201018084003-d5352a0b0d8f h1:tT+D44Hf89dzmb0d2h1cM6DNY5EM/kMAvM+FGmq3DF8=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:2W03Zj0udF7IcpzktduKr5A3Olg11KyDn1SgcyYTP1A=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1v v0.0.0-20201018084003-d5352a0b0d8f h1:MYEMT3zG/TZsakdqDXs8nanYkzyp5RScVQYNDuVX0I8=
+github.com/gohugoio/hugoTestModules1_linux/modh1_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:iq0WOMS1b0Hbp10B65UhUIfc9oeZZ3vFkXO8nsjYmVs=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2 v0.0.0-20201018084003-d5352a0b0d8f h1:h89V3Zk5zNlCSkUy+9HCj25GirtgpdYzMm1k4o8i3YU=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:/ygJtfXFGDfz9ICoEGwv7CA5YIddwQVarKQjmFPXPT0=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2_1v v0.0.0-20201018084003-d5352a0b0d8f h1:9rtCgQ3HWgrjxhUFvPBAPGAsGuqnL9NEebrNYohWmSM=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:hixsTLccfP2qEOSjYhJ8qCEsD+ubl9b0NlCtE9AcH/Y=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2_2 v0.0.0-20201018084003-d5352a0b0d8f h1:BZbUkKU1twUK7Zj6RNOJ27F1e4+KXGncCaDFYqLtIHg=
+github.com/gohugoio/hugoTestModules1_linux/modh1_2_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:2HUo+yOEcBgs8ZgFiQ0XmrcGEzAdIT3yPUOTSTG3waY=
diff --git a/modh2/go.mod b/modh2/go.mod
index 72cfa91..276183c 100644
--- a/modh2/go.mod
+++ b/modh2/go.mod
@@ -1,3 +1,12 @@
module github.com/gohugoio/hugoTestModules1_linux/modh2
go 1.12
+
+require (
+ github.com/gohugoio/hugoTestModules1_linux/modh2_1_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh2_1_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh2_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh2_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh2_2_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh2_2_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+)
diff --git a/modh2/go.sum b/modh2/go.sum
new file mode 100644
index 0000000..f7fb255
--- /dev/null
+++ b/modh2/go.sum
@@ -0,0 +1,13 @@
+github.com/gohugoio/hugoTestModules1_linux v0.0.0-20201018084003-d5352a0b0d8f h1:XDj3H3pzI1ug+WUhw4jnQlTymR6smJxtY2R8nNdnmy0=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1_1v v0.0.0-20201018084003-d5352a0b0d8f h1:Q41264H7sliO4ASDIUwcklU7l1q4FXwxwNJLwlkPpfI=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:70gNInV5B0bkyw2h1PiXcYfFJaZPJm6ArCj998hQZlI=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1_2 v0.0.0-20201018084003-d5352a0b0d8f h1:j6sp0qoiLq1xB5HJSErlb4N2TLXjnYW/Uo4KzVSgeQg=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:/DqyVwuQKpn2Y4Jxe15BqGfE11hH6QehHab5XK/pMts=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1v v0.0.0-20201018084003-d5352a0b0d8f h1:MxJpcNbSUihDoJUvedvsnjUwG1bGL7C5MuVlPryoxCM=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:jqgo0ZzRnTZl4mytD1JgOC7e4KbGYZC7lKNUvb51BYM=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2 v0.0.0-20201018084003-d5352a0b0d8f h1:v5NK43VRFDohNvwWinjjrzAPfcyAO1hYIPYT7eva4v0=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:+fqaa4Q1vAUsPV8R+tx58/Rqv+Jr+fcqFIhwfFMsQ+I=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2_1v v0.0.0-20201018084003-d5352a0b0d8f h1:UF+68TBmN7UuveCP3Gqt7t2KUwcYQk33Gy2XSakabuY=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:qFmWfVsJ4ShN5JkWRqOn1ZhGMDfM5jViyTDtOurw8qE=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2_2 v0.0.0-20201018084003-d5352a0b0d8f h1:AAa+ewd6CUxUCeetVC9+hvei3CUiEaGO/U/elIVTCx8=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:xWR5NSZYtwOI5E2fc84UrJzHL0j8lNfugS3Z4TMp93o=
diff --git a/modh2_1v/go.mod b/modh2_1v/go.mod
index 4f6cdcf..ccd68fd 100644
--- a/modh2_1v/go.mod
+++ b/modh2_1v/go.mod
@@ -1,3 +1,8 @@
module github.com/gohugoio/hugoTestModules1_linux/modh2_1v
go 1.12
+
+require (
+ github.com/gohugoio/hugoTestModules1_linux/modh2_1_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh2_1_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+)
diff --git a/modh2_1v/go.sum b/modh2_1v/go.sum
new file mode 100644
index 0000000..13107b2
--- /dev/null
+++ b/modh2_1v/go.sum
@@ -0,0 +1,5 @@
+github.com/gohugoio/hugoTestModules1_linux v0.0.0-20201018084003-d5352a0b0d8f h1:XDj3H3pzI1ug+WUhw4jnQlTymR6smJxtY2R8nNdnmy0=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1_1v v0.0.0-20201018084003-d5352a0b0d8f h1:Q41264H7sliO4ASDIUwcklU7l1q4FXwxwNJLwlkPpfI=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:70gNInV5B0bkyw2h1PiXcYfFJaZPJm6ArCj998hQZlI=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1_2 v0.0.0-20201018084003-d5352a0b0d8f h1:j6sp0qoiLq1xB5HJSErlb4N2TLXjnYW/Uo4KzVSgeQg=
+github.com/gohugoio/hugoTestModules1_linux/modh2_1_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:/DqyVwuQKpn2Y4Jxe15BqGfE11hH6QehHab5XK/pMts=
diff --git a/modh2_2/go.mod b/modh2_2/go.mod
index 482a01c..2eab5bb 100644
--- a/modh2_2/go.mod
+++ b/modh2_2/go.mod
@@ -1,3 +1,8 @@
module github.com/gohugoio/hugoTestModules1_linux/modh2_2
go 1.12
+
+require (
+ github.com/gohugoio/hugoTestModules1_linux/modh2_2_1v v0.0.0-20201018084003-d5352a0b0d8f // indirect
+ github.com/gohugoio/hugoTestModules1_linux/modh2_2_2 v0.0.0-20201018084003-d5352a0b0d8f // indirect
+)
diff --git a/modh2_2/go.sum b/modh2_2/go.sum
new file mode 100644
index 0000000..70e020e
--- /dev/null
+++ b/modh2_2/go.sum
@@ -0,0 +1,5 @@
+github.com/gohugoio/hugoTestModules1_linux v0.0.0-20201018084003-d5352a0b0d8f h1:XDj3H3pzI1ug+WUhw4jnQlTymR6smJxtY2R8nNdnmy0=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2_1v v0.0.0-20201018084003-d5352a0b0d8f h1:UF+68TBmN7UuveCP3Gqt7t2KUwcYQk33Gy2XSakabuY=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2_1v v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:qFmWfVsJ4ShN5JkWRqOn1ZhGMDfM5jViyTDtOurw8qE=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2_2 v0.0.0-20201018084003-d5352a0b0d8f h1:AAa+ewd6CUxUCeetVC9+hvei3CUiEaGO/U/elIVTCx8=
+github.com/gohugoio/hugoTestModules1_linux/modh2_2_2 v0.0.0-20201018084003-d5352a0b0d8f/go.mod h1:xWR5NSZYtwOI5E2fc84UrJzHL0j8lNfugS3Z4TMp93o=