Update dependencies in go.mod

Package github.com/fsnotify/fsnotify is now directly required.
Follow-up to #680
This commit is contained in:
Joachim Bauch 2024-04-03 09:53:10 +02:00
parent f2bcc000ae
commit fdfeeefa39
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

2
go.mod
View file

@ -4,6 +4,7 @@ go 1.20
require (
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490
github.com/fsnotify/fsnotify v1.7.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
@ -33,7 +34,6 @@ require (
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect