remove unused dependencies

This commit is contained in:
miampf 2024-01-08 16:19:39 +01:00
parent d802001f45
commit 0b0d3f7441
No known key found for this signature in database
GPG key ID: 376EAC0E5307A669

View file

@ -11,9 +11,7 @@ import (
"fmt"
"log/slog"
"github.com/edgelesssys/constellation/v2/internal/logger"
"github.com/fsnotify/fsnotify"
"go.uber.org/zap"
)
// FileWatcher watches for changes to the file and calls the waiter's Update method.