Updated all libraries

This commit is contained in:
Trial97
2021-01-12 17:09:32 +02:00
committed by Dan Christian Bogos
parent df702b71aa
commit 7647c367b6
11 changed files with 295 additions and 135 deletions

View File

@@ -21,7 +21,7 @@ import (
"fmt"
"path/filepath"
"gopkg.in/fsnotify.v1"
"github.com/fsnotify/fsnotify"
)
// WatchDir sets up a watcher via inotify to be triggered on new files

View File

@@ -26,7 +26,7 @@ import (
"path"
"testing"
"gopkg.in/fsnotify.v1"
"github.com/fsnotify/fsnotify"
)
var (