File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/webhook/internal/certwatcher Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/evanphx/json-patch v4.5.0+incompatible
7
+ github.com/fsnotify/fsnotify v1.4.7
7
8
github.com/go-logr/logr v0.1.0
8
9
github.com/go-logr/zapr v0.1.0
9
10
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
@@ -19,7 +20,6 @@ require (
19
20
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
20
21
gomodules.xyz/jsonpatch/v2 v2.0.1
21
22
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
22
- gopkg.in/fsnotify.v1 v1.4.7
23
23
k8s.io/api v0.18.2
24
24
k8s.io/apiextensions-apiserver v0.18.2
25
25
k8s.io/apimachinery v0.18.2
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"crypto/tls"
21
21
"sync"
22
22
23
- "gopkg.in /fsnotify.v1 "
23
+ "github.com /fsnotify/fsnotify "
24
24
logf "sigs.k8s.io/controller-runtime/pkg/internal/log"
25
25
)
26
26
You can’t perform that action at this time.
0 commit comments