CrunchyData / pg_featureserv

Lightweight RESTful Geospatial Feature Server for PostGIS in Go
Apache License 2.0
462 stars 91 forks source link

Used libraries `gorilla/mux` and `gorilla/handlers` became archived #136

Closed JakobMiksch closed 7 months ago

JakobMiksch commented 1 year ago

The libraries https://github.com/gorilla/mux and https://github.com/gorilla/handlers became archived It would be good to replace them at one point in pg_featureserv

dr-jts commented 1 year ago

Agreed. Thanks for pointing this out. Any ideas on a suitable replacement?

JakobMiksch commented 1 year ago

I cannot make a recommendation regarding a replacement. Maybe this list is helpful: https://awesome-go.com/routers/

sander-su commented 1 year ago

https://github.com/mingrammer/go-web-framework-stars we use gin

JakobMiksch commented 1 year ago

Apparently the libraries became revived https://gorilla.github.io/blog/2023-07-17-project-status-update/ We can close the issue from my side.

JakobMiksch commented 1 year ago

closing because library is revived https://gorilla.github.io/blog/2023-07-17-project-status-update/