x-motemen.ghq/go.mod
dependabot[bot] 274da4a759
chore(deps): bump the golang-x group with 3 updates
Bumps the golang-x group with 3 updates: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sync](https://github.com/golang/sync) and [golang.org/x/text](https://github.com/golang/text).


Updates `golang.org/x/net` from 0.54.0 to 0.57.0
- [Commits](https://github.com/golang/net/compare/v0.54.0...v0.57.0)

Updates `golang.org/x/sync` from 0.20.0 to 0.22.0
- [Commits](https://github.com/golang/sync/compare/v0.20.0...v0.22.0)

Updates `golang.org/x/text` from 0.37.0 to 0.40.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.37.0...v0.40.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
- dependency-name: golang.org/x/sync
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-10 12:41:53 +00:00

30 lines
751 B
Modula-2

module github.com/x-motemen/ghq
go 1.26.0
require (
github.com/Songmu/gitconfig v0.2.2
github.com/mattn/go-isatty v0.0.22
github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a
github.com/otiai10/copy v1.14.1
github.com/saracen/walker v0.1.4
github.com/urfave/cli/v3 v3.10.1
golang.org/x/net v0.57.0
golang.org/x/sync v0.22.0
)
require (
github.com/cli/go-gh/v2 v2.13.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/otiai10/mint v1.6.3 // indirect
)
require (
github.com/cli/safeexec v1.0.1 // indirect
github.com/daviddengcn/go-colortext v1.0.0 // indirect
github.com/goccy/go-yaml v1.19.2 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.40.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)