-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
21 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,28 +1,28 @@ | ||
module github.com/x-motemen/ghq | ||
|
||
go 1.22.1 | ||
go 1.22.5 | ||
|
||
require ( | ||
github.com/Songmu/gitconfig v0.2.0 | ||
github.com/mattn/go-isatty v0.0.20 | ||
github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a | ||
github.com/saracen/walker v0.1.4 | ||
github.com/urfave/cli/v2 v2.27.1 | ||
golang.org/x/net v0.23.0 | ||
golang.org/x/sync v0.6.0 | ||
github.com/urfave/cli/v2 v2.27.2 | ||
golang.org/x/net v0.27.0 | ||
golang.org/x/sync v0.7.0 | ||
) | ||
|
||
require ( | ||
github.com/cli/go-gh v1.2.1 // indirect | ||
github.com/cli/safeexec v1.0.1 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/daviddengcn/go-colortext v1.0.0 // indirect | ||
github.com/fatih/color v1.16.0 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/goccy/go-yaml v1.11.3 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // 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