Update fsnotify dependency to v1.7.0

This commit is contained in:
Cameron Moore 2024-03-29 13:21:21 -05:00
parent 843ee65d8c
commit 38fc235839
No known key found for this signature in database
GPG key ID: AF96E12468D7553E
413 changed files with 92579 additions and 127484 deletions

View file

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