-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename to omio-labs/myke * Fix CI * Fix format * Fix tests * Fix codecov
- Loading branch information
Showing
26 changed files
with
196 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM golang:1.11 | ||
|
||
WORKDIR /go/src/github.com/goeuro/myke | ||
COPY . /go/src/github.com/goeuro/myke | ||
WORKDIR /go/src/github.com/omio-labs/myke | ||
COPY . /go/src/github.com/omio-labs/myke | ||
CMD ["bin/cross-compile.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package cmd | ||
|
||
import ( | ||
"github.com/goeuro/myke/core" | ||
"github.com/omio-labs/myke/core" | ||
"github.com/pkg/errors" | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
default: | ||
build: . | ||
volumes: | ||
- ".:/go/src/github.com/goeuro/myke" | ||
- ".:/go/src/github.com/omio-labs/myke" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,33 @@ | ||
module github.com/goeuro/myke | ||
module github.com/omio-labs/myke | ||
|
||
require ( | ||
github.com/Masterminds/semver v0.0.0-20170407153603-923f129261de // indirect | ||
github.com/Masterminds/sprig v0.0.0-20170407153254-4fd5bcb33f76 | ||
github.com/aokoli/goutils v0.0.0-20140502001128-9c37978a95bd // indirect | ||
github.com/apex/log v0.0.0-20170412164658-a0bcece0a725 | ||
github.com/buger/jsonparser v0.0.0-20181023193515-52c6e1462ebd // indirect | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/Masterminds/goutils v1.1.0 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible | ||
github.com/apex/log v1.1.1 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 | ||
github.com/jessevdk/go-flags v0.0.0-20161215105708-4e64e4a4e255 | ||
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3 | ||
github.com/json-iterator/go v1.1.5 // indirect | ||
github.com/kardianos/osext v0.0.0-20170309185600-9d302b58e975 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329 // indirect | ||
github.com/mitchellh/gox v0.4.0 | ||
github.com/mitchellh/iochan v1.0.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/olekukonko/ts v0.0.0-20140412220145-ecf753e7c962 // indirect | ||
github.com/omeid/go-resources v0.0.0-20171025031226-ca9993b7d1a4 | ||
github.com/pkg/errors v0.0.0-20161029093637-248dadf4e906 | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7 // indirect | ||
github.com/rdsubhas/go-elastictable v0.0.0-20170420232059-6f173a85235b | ||
github.com/satori/go.uuid v0.0.0-20160927100844-b061729afc07 // indirect | ||
github.com/stretchr/testify v0.0.0-20161217200445-2402e8e7a02f | ||
github.com/tgulacsi/wrap v0.0.0-20160112181456-972bd931cfd1 // indirect | ||
github.com/tidwall/gjson v0.0.0-20170418162851-e30a9c1037e0 | ||
github.com/tidwall/match v0.0.0-20160830173930-173748da739a // indirect | ||
golang.org/x/crypto v0.0.0-20170420163513-0242f07995e6 // indirect | ||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect | ||
golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e // indirect | ||
github.com/hashicorp/go-version v1.2.0 // indirect | ||
github.com/huandu/xstrings v1.2.0 // indirect | ||
github.com/imdario/mergo v0.3.8 // indirect | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/joho/godotenv v1.3.0 | ||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/mattn/go-isatty v0.0.10 // indirect | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/mitchellh/gox v1.0.1 | ||
github.com/mitchellh/reflectwalk v1.0.1 // indirect | ||
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0 // indirect | ||
github.com/omeid/go-resources v0.0.0-20190324090249-46f4269d8abd | ||
github.com/pkg/errors v0.8.1 | ||
github.com/rdsubhas/go-elastictable v0.0.0-20191106122319-f6b840035db6 | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/tidwall/gjson v1.3.4 | ||
golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59 // indirect | ||
golang.org/x/lint v0.0.0-20190930215403-16217165b5de | ||
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect | ||
golang.org/x/tools v0.0.0-20191105231337-689d0f08e67a // indirect | ||
gopkg.in/yaml.v2 v2.2.5 // indirect | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.