github.com/motemen/ghq@v1.0.3/go.mod (about)

     1  module github.com/motemen/ghq
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/Songmu/gitconfig v0.0.3
     7  	github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
     8  	github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920 // indirect
     9  	github.com/golangplus/bytes v0.0.0-20160111154220-45c989fe5450 // indirect
    10  	github.com/golangplus/fmt v0.0.0-20150411045040-2a5d6d7d2995 // indirect
    11  	github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e // indirect
    12  	github.com/mattn/go-isatty v0.0.12
    13  	github.com/motemen/go-colorine v0.0.0-20180816141035-45d19169413a
    14  	github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e
    15  	github.com/urfave/cli/v2 v2.1.1
    16  	golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
    17  	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
    18  	golang.org/x/sys v0.0.0-20200121082415-34d275377bf9 // indirect
    19  )