-
-
Notifications
You must be signed in to change notification settings - Fork 185
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 #284 from x-motemen/maint
update deps
- Loading branch information
Showing
2 changed files
with
26 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
module github.com/x-motemen/ghq | ||
|
||
go 1.13 | ||
go 1.14 | ||
|
||
require ( | ||
github.com/Songmu/gitconfig v0.0.3 | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920 // indirect | ||
github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 // indirect | ||
github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect | ||
github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect | ||
github.com/daviddengcn/go-colortext v1.0.0 // indirect | ||
github.com/mattn/go-isatty v0.0.12 | ||
github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a | ||
github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e | ||
github.com/urfave/cli/v2 v2.1.1 | ||
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa | ||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e | ||
golang.org/x/sys v0.0.0-20200121082415-34d275377bf9 // indirect | ||
github.com/urfave/cli/v2 v2.2.0 | ||
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 | ||
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a | ||
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
) |
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