migueleliasweb / go-github-mock

A library to aid unittesting code that uses Golang's Github SDK
MIT License
100 stars 25 forks source link

upgrade go-github to v56 #56

Closed pfiaux closed 11 months ago

pfiaux commented 11 months ago

go-github v56 among other changes removes the dependency on github.com/ProtonMail/go-crypto which drastically reduces transitive dependencies.

Same as #54 but for the latest and greatest. Let me know if other changes are needed.

quike commented 11 months ago

@migueleliasweb any chance this could be reviewed and merged? thanks.