github.com/chelnak/go-gh@v0.0.2/go.mod (about)

     1  module github.com/chelnak/go-gh
     2  
     3  go 1.16
     4  
     5  require (
     6  	github.com/MakeNowJust/heredoc v1.0.0
     7  	github.com/cli/safeexec v1.0.0
     8  	github.com/cli/shurcooL-graphql v0.0.1
     9  	github.com/henvic/httpretty v0.0.6
    10  	github.com/kr/pretty v0.1.0 // indirect
    11  	github.com/stretchr/testify v1.7.0
    12  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
    13  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
    14  )