Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#172 from jarrpa/fix-dep
Browse files Browse the repository at this point in the history
Add fsnotify dep workaround
  • Loading branch information
k8s-ci-robot authored Mar 5, 2019
2 parents 48b8eaa + 77aaada commit 35ab16e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
name = "gopkg.in/yaml.v2"
version = "v2.1.1"

[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"

[prune]
go-tests = true
unused-packages = true

0 comments on commit 35ab16e

Please sign in to comment.