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

github.com/gohugoio/testmodBuilder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-17 12:06:13 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-17 12:39:03 +0300
commitd3f610c88ab35348477a5df838b6c9fb46739fa0 (patch)
tree0b552a28baecfa6e4f7da13347d0f640f2de9568
parent8fa85d583cb0f1bfb00de8d0410b250fe0f8cd9e (diff)
Move modules to top level
-rw-r--r--.travis.yml2
-rwxr-xr-xbuild/buildbin0 -> 12609892 bytes
-rwxr-xr-xbuild/clean.sh (renamed from testmodBuilder/build/clean.sh)0
-rw-r--r--build/go.mod (renamed from testmodBuilder/build/go.mod)4
-rw-r--r--build/go.sum (renamed from testmodBuilder/build/go.sum)0
-rw-r--r--build/main.go (renamed from testmodBuilder/build/main.go)2
-rw-r--r--mods/go.mod3
-rw-r--r--mods/mods.go (renamed from testmodBuilder/mods/mods.go)0
-rw-r--r--testmodBuilder/mods/go.mod3
9 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 416c33b..6842d49 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,5 +45,5 @@ before_script:
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
script:
- - cd testmodBuilder/build
+ - cd build
- go run main.go
diff --git a/build/build b/build/build
new file mode 100755
index 0000000..5850d1f
--- /dev/null
+++ b/build/build
Binary files differ
diff --git a/testmodBuilder/build/clean.sh b/build/clean.sh
index d71e45e..d71e45e 100755
--- a/testmodBuilder/build/clean.sh
+++ b/build/clean.sh
diff --git a/testmodBuilder/build/go.mod b/build/go.mod
index 47455b4..9efebbf 100644
--- a/testmodBuilder/build/go.mod
+++ b/build/go.mod
@@ -1,11 +1,11 @@
-module github.com/gohugoio/hugoTestHelpers/testmodBuilder/build
+module github.com/gohugoio/testmodBuilder/build
go 1.12
require (
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/gohugoio/hugo v0.55.6-0.20190515172700-cdd204ba7640
- github.com/gohugoio/hugoTestHelpers/testmodBuilder/mods v0.0.0-20190515195342-8b1b2256735f
+ github.com/gohugoio/testmodBuilder/mods v0.0.0-20190517090613-c997a01ef23e
github.com/pkg/errors v0.8.1
github.com/shurcooL/go v0.0.0-20190330031554-6713ea532688
github.com/spf13/afero v1.2.2
diff --git a/testmodBuilder/build/go.sum b/build/go.sum
index 58148f8..58148f8 100644
--- a/testmodBuilder/build/go.sum
+++ b/build/go.sum
diff --git a/testmodBuilder/build/main.go b/build/main.go
index 3feede9..624d25b 100644
--- a/testmodBuilder/build/main.go
+++ b/build/main.go
@@ -14,7 +14,7 @@ import (
"strings"
"github.com/gohugoio/hugo/modules"
- "github.com/gohugoio/hugoTestHelpers/testmodBuilder/mods"
+ "github.com/gohugoio/testmodBuilder/mods"
"github.com/pkg/errors"
"github.com/shurcooL/go/osutil"
"github.com/spf13/afero"
diff --git a/mods/go.mod b/mods/go.mod
new file mode 100644
index 0000000..d847bc4
--- /dev/null
+++ b/mods/go.mod
@@ -0,0 +1,3 @@
+module github.com/gohugoio/testmodBuilder/mods
+
+go 1.12
diff --git a/testmodBuilder/mods/mods.go b/mods/mods.go
index b14de1d..b14de1d 100644
--- a/testmodBuilder/mods/mods.go
+++ b/mods/mods.go
diff --git a/testmodBuilder/mods/go.mod b/testmodBuilder/mods/go.mod
deleted file mode 100644
index 32d7ffa..0000000
--- a/testmodBuilder/mods/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module github.com/gohugoio/hugoTestHelpers/testmodBuilder/mods
-
-go 1.12