-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from rerost/rerost/use-go-mod
Use go mod
- Loading branch information
Showing
7 changed files
with
139 additions
and
293 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export GO111MODULE=on |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
module github.com/rerost/es-cli | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/Songmu/retry v0.0.0-20181014062827-902aa877ec14 // indirect | ||
github.com/google/go-cmp v0.2.0 | ||
github.com/hashicorp/go-version v1.0.0 // indirect | ||
github.com/izumin5210/cgt v0.0.0-20181103063432-ac2ef913eb51 | ||
github.com/izumin5210/gex v0.4.5 // indirect | ||
github.com/mattn/go-colorable v0.1.0 // indirect | ||
github.com/mattn/go-isatty v0.0.4 // indirect | ||
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db | ||
github.com/onsi/gomega v1.5.0 // indirect | ||
github.com/srvc/fail v3.1.0+incompatible | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
github.com/tcnksm/ghr v0.0.0-20181005104214-1dabd986f323 | ||
github.com/tcnksm/go-gitconfig v0.0.0-20150505151006-6411ba19847f // indirect | ||
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e // indirect | ||
github.com/urfave/cli v1.20.0 | ||
golang.org/x/crypto v0.0.0-20181106171534-e4dc69e5b2fd // indirect | ||
golang.org/x/net v0.0.0-20181108082009-03003ca0c849 // indirect | ||
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288 // indirect | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect | ||
golang.org/x/sys v0.0.0-20190614160838-b47fdc937951 // indirect | ||
google.golang.org/appengine v1.3.0 // indirect | ||
gopkg.in/guregu/null.v3 v3.4.0 | ||
) |
Oops, something went wrong.