module github.com/cli/go-gh go 1.16 require ( github.com/MakeNowJust/heredoc v1.0.0 github.com/cli/safeexec v1.0.0 github.com/cli/shurcooL-graphql v0.0.1 github.com/henvic/httpretty v0.0.6 github.com/kr/pretty v0.1.0 // indirect github.com/stretchr/testify v1.7.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/h2non/gock.v1 v1.1.2 gopkg.in/yaml.v3 v3.0.1 )