Update go-chi dependency to v5

This commit is contained in:
Cameron Moore 2024-03-29 12:56:00 -05:00
parent dbc6565c35
commit 1d00387284
No known key found for this signature in database
GPG key ID: AF96E12468D7553E
55 changed files with 2126 additions and 966 deletions

View file

@ -19,7 +19,7 @@ import (
"github.com/adnanh/webhook/internal/middleware"
"github.com/adnanh/webhook/internal/pidfile"
chimiddleware "github.com/go-chi/chi/middleware"
chimiddleware "github.com/go-chi/chi/v5/middleware"
"github.com/gorilla/mux"
fsnotify "gopkg.in/fsnotify.v1"
)