1
0
Fork 0

chore: update github.com/fsnotify/fsnotify to v1.7.0

This commit is contained in:
Ludovic Fernandez 2024-01-02 20:58:06 +01:00 committed by GitHub
parent 7345afd8b6
commit 5be13802dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -11,13 +11,13 @@ import (
"text/template"
"github.com/Masterminds/sprig/v3"
"github.com/fsnotify/fsnotify"
"github.com/traefik/paerser/file"
"github.com/traefik/traefik/v2/pkg/config/dynamic"
"github.com/traefik/traefik/v2/pkg/log"
"github.com/traefik/traefik/v2/pkg/provider"
"github.com/traefik/traefik/v2/pkg/safe"
"github.com/traefik/traefik/v2/pkg/tls"
"gopkg.in/fsnotify.v1"
)
const providerName = "file"