migueleliasweb / go-github-mock

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

Deprecated gorilla #49

Closed kwk closed 1 year ago

kwk commented 1 year ago

Hi,

Thank you for this project!!!

I've been using this project for mocking github responses and I wonder if you have considered switching to something other than gorilla. It was deprecated:

The Gorilla project has been archived, and is no longer under active maintainenance. You can read more here: https://github.com/gorilla#gorilla-toolkit

migueleliasweb commented 1 year ago

Hi @kwk ,

Yeah I'm aware of that. When I saw they set that whole project as "archived" I considerd moving away from using it.

For now, I don't think there is a pressing need to do it but at some point in the near-ish future, we could change to some other router.