mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-05 06:01:03 +00:00
Update go-chi dependency to v5
This commit is contained in:
parent
dbc6565c35
commit
1d00387284
55 changed files with 2126 additions and 966 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue