shurcooL / githubv4

Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
MIT License
1.1k stars 89 forks source link

PR to add go.mod has not been merged #88

Closed pddg closed 9 months ago

pddg commented 3 years ago

The PR to add go.mod ( #69 ) has been approved. However, it seems to have been left unmerged. It seems that the PR to add go.mod in shurcooL/graphql, which is a dependency of this, is approved but is not merged as well.

What is the current status of these?

leec94 commented 1 year ago

@dmitshur @n33pm any update on this? this would be very helpful for dependency tracking, thanks

dmitshur commented 9 months ago

An initial go.mod file was added in commit 095e54f8d08f48f2d886d983114bf5fec9c16ad3. Thanks.