github.com/x-motemen/ghq@v1.6.1/go.mod (about)

     1  module github.com/x-motemen/ghq
     2  
     3  go 1.22.1
     4  
     5  require (
     6  	github.com/Songmu/gitconfig v0.2.0
     7  	github.com/mattn/go-isatty v0.0.20
     8  	github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a
     9  	github.com/saracen/walker v0.1.4
    10  	github.com/urfave/cli/v2 v2.27.1
    11  	golang.org/x/net v0.23.0
    12  	golang.org/x/sync v0.6.0
    13  )
    14  
    15  require (
    16  	github.com/cli/go-gh v1.2.1 // indirect
    17  	github.com/cli/safeexec v1.0.1 // indirect
    18  	github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
    19  	github.com/daviddengcn/go-colortext v1.0.0 // indirect
    20  	github.com/fatih/color v1.16.0 // indirect
    21  	github.com/goccy/go-yaml v1.11.3 // indirect
    22  	github.com/mattn/go-colorable v0.1.13 // indirect
    23  	github.com/russross/blackfriday/v2 v2.1.0 // indirect
    24  	github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
    25  	golang.org/x/sys v0.18.0 // indirect
    26  	golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
    27  	gopkg.in/yaml.v3 v3.0.1 // indirect
    28  )