Skip to content

Commit 676c350

Browse files
authored
Merge pull request #968 from holyhope/fix/fsnotify-dependency
🐛 fix(dependency) Use github.com/fsnotify/fsnotify
2 parents 4c7b43a + 0d35799 commit 676c350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.13
44

55
require (
66
github.com/evanphx/json-patch v4.5.0+incompatible
7+
github.com/fsnotify/fsnotify v1.4.7
78
github.com/go-logr/logr v0.1.0
89
github.com/go-logr/zapr v0.1.0
910
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
@@ -19,7 +20,6 @@ require (
1920
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
2021
gomodules.xyz/jsonpatch/v2 v2.0.1
2122
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
22-
gopkg.in/fsnotify.v1 v1.4.7
2323
k8s.io/api v0.18.2
2424
k8s.io/apiextensions-apiserver v0.18.2
2525
k8s.io/apimachinery v0.18.2

pkg/webhook/internal/certwatcher/certwatcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"crypto/tls"
2121
"sync"
2222

23-
"gopkg.in/fsnotify.v1"
23+
"github.com/fsnotify/fsnotify"
2424
logf "sigs.k8s.io/controller-runtime/pkg/internal/log"
2525
)
2626

0 commit comments

Comments
 (0)