mirror of
https://github.com/x-motemen/ghq.git
synced 2026-09-10 07:26:27 -04:00
Bumps [github.com/Songmu/gitconfig](https://github.com/Songmu/gitconfig) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/Songmu/gitconfig/releases) - [Changelog](https://github.com/Songmu/gitconfig/blob/main/CHANGELOG.md) - [Commits](https://github.com/Songmu/gitconfig/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: github.com/Songmu/gitconfig dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
876 B
Modula-2
33 lines
876 B
Modula-2
module github.com/x-motemen/ghq
|
|
|
|
go 1.25.0
|
|
|
|
toolchain go1.25.6
|
|
|
|
require (
|
|
github.com/Songmu/gitconfig v0.2.2
|
|
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.7
|
|
golang.org/x/net v0.49.0
|
|
golang.org/x/sync v0.19.0
|
|
)
|
|
|
|
require (
|
|
github.com/cli/go-gh/v2 v2.13.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/cli/safeexec v1.0.1 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
|
|
github.com/daviddengcn/go-colortext v1.0.0 // indirect
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
golang.org/x/text v0.33.0
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|