Skip to content

Commit

Permalink
vendor: github.com/Azure/azure-sdk-for-go
Browse files Browse the repository at this point in the history
vendoring azure-sdk-for-go
the azure sdk requires fsnotify to be overriden
ref: golang/dep#1799
  • Loading branch information
serbrech committed May 7, 2019
1 parent a1dec8c commit 046d83b
Show file tree
Hide file tree
Showing 285 changed files with 63,552 additions and 2 deletions.
186 changes: 184 additions & 2 deletions Gopkg.lock

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

11 changes: 11 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,14 @@ required = [
[[override]]
name = "k8s.io/gengo"
revision = "4242d8e6c5dba56827bb7bcf14ad11cda38f3991"

# 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"
version="v1.4.7"


[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "27.3.0"
Loading

0 comments on commit 046d83b

Please sign in to comment.