Skip to content

Commit

Permalink
Merge pull request #968 from holyhope/fix/fsnotify-dependency
Browse files Browse the repository at this point in the history
馃悰 fix(dependency) Use github.com/fsnotify/fsnotify
  • Loading branch information
k8s-ci-robot committed May 28, 2020
2 parents 4c7b43a + 0d35799 commit 676c350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -4,6 +4,7 @@ go 1.13

require (
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/fsnotify/fsnotify v1.4.7
github.com/go-logr/logr v0.1.0
github.com/go-logr/zapr v0.1.0
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
Expand All @@ -19,7 +20,6 @@ require (
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
gomodules.xyz/jsonpatch/v2 v2.0.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/fsnotify.v1 v1.4.7
k8s.io/api v0.18.2
k8s.io/apiextensions-apiserver v0.18.2
k8s.io/apimachinery v0.18.2
Expand Down
2 changes: 1 addition & 1 deletion pkg/webhook/internal/certwatcher/certwatcher.go
Expand Up @@ -20,7 +20,7 @@ import (
"crypto/tls"
"sync"

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

Expand Down

0 comments on commit 676c350

Please sign in to comment.