Skip to content

Commit

Permalink
chore(deps) specify override for fsnotify and correct version for cli…
Browse files Browse the repository at this point in the history
…ent-go

See: golang/dep#1799
  • Loading branch information
hbagdi committed Sep 12, 2018
1 parent 6ea7f3e commit ee9b8c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,10 @@ required = [

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
revision = "kubernetes-1.10.0"
revision = "kubernetes-1.10.0"


# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"

0 comments on commit ee9b8c2

Please sign in to comment.