migueleliasweb / go-github-mock

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

Update to go-github v50 #47

Closed Marakai closed 1 year ago

Marakai commented 1 year ago

After updating our codebase to go-github v50, noticed that go-github-mock still dragged a dependency to v4 around. Are there issues to upgrade? (if I had time, I'd send in a PR)

migueleliasweb commented 1 year ago

Hi @Marakai , currently the latest versino of go-github-mock only uses the v50 of go-github.

Maybe you're using an older version?

migueleliasweb commented 1 year ago

I will close this issue for now.