dstotijn / ct-diag-server

Diagnosis server for Apple/Google's (COVID-19) Exposure Notification framework.
MIT License
61 stars 7 forks source link

Maybe remove the httprouter dependency? #16

Closed peterhellberg closed 4 years ago

peterhellberg commented 4 years ago

The README states:

Security: rely on Go's standard library where possible, minimal usage of vendor dependencies.

And it seems to me that net/http would work well for this project instead of relying on the third party httprouter package.

@dstotijn What do you think about removing the httprouter dependency? (If you agree then I’d be happy to open a PR, just wanted to ask first)

dstotijn commented 4 years ago

Yes, I agree. Please feel free to open a PR. Thanks!