ava-labs / avalanchego

Go implementation of an Avalanche node.
https://avax.network
BSD 3-Clause "New" or "Revised" License
2.14k stars 675 forks source link

Use net/http router instead of gorilla/mux #2020

Open joshua-kim opened 1 year ago

joshua-kim commented 1 year ago

Tracking: https://github.com/golang/go/issues/61410

We should investigate to see if we can replace our usage of gorilla/mux with the standard library mux.

joshua-kim commented 1 year ago

The upstream PR was merged so this should be unblocked once we upgrade our go version.