X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=go.mod;h=d720aa0d198be0ae64933bd9fd9970c21dbce47c;hb=05ceadadecc49c087f3db9901654e29e531a8b3a;hp=19e858711fe43cdd01175845fa7e54867f90ad7f;hpb=0af9b005392fc6021e57c10c31d68800e845a7db;p=VSCPweb%2F.git diff --git a/go.mod b/go.mod index 19e8587..d720aa0 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module VSCPweb go 1.19 -require github.com/gorilla/mux v1.8.0 // indirect +require github.com/go-chi/chi/v5 v5.0.7