Skip to content

Commit

Permalink
update vendor/
Browse files Browse the repository at this point in the history
Handles also golang/dep#1799
  • Loading branch information
mudler committed Mar 12, 2019
1 parent 03d42d0 commit 01d59c0
Show file tree
Hide file tree
Showing 690 changed files with 398,443 additions and 8 deletions.
103 changes: 99 additions & 4 deletions Gopkg.lock

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

18 changes: 14 additions & 4 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
# go-tests = true
# unused-packages = true

[[override]]
source = "https://github.com/fsnotify/fsnotify/archive/v1.4.7.tar.gz"
name = "gopkg.in/fsnotify.v1"

[[constraint]]
branch = "master"
Expand Down Expand Up @@ -85,14 +88,21 @@
name = "github.com/Unknwon/com"
branch = "master"

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

[[constraint]]
name = "github.com/google/go-github"
version = "15.0.0"

[[constraint]]
branch = "master"
name = "github.com/lxc/lxd"

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

[[prune.project]]
name = "github.com/lxc/lxd"
unused-packages = false
#non-go = false

3 changes: 3 additions & 0 deletions vendor/github.com/hpcloud/tail/.gitignore

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

18 changes: 18 additions & 0 deletions vendor/github.com/hpcloud/tail/.travis.yml

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

63 changes: 63 additions & 0 deletions vendor/github.com/hpcloud/tail/CHANGES.md

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

19 changes: 19 additions & 0 deletions vendor/github.com/hpcloud/tail/Dockerfile

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

21 changes: 21 additions & 0 deletions vendor/github.com/hpcloud/tail/LICENSE.txt

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

11 changes: 11 additions & 0 deletions vendor/github.com/hpcloud/tail/Makefile

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

28 changes: 28 additions & 0 deletions vendor/github.com/hpcloud/tail/README.md

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

11 changes: 11 additions & 0 deletions vendor/github.com/hpcloud/tail/appveyor.yml

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

Loading

0 comments on commit 01d59c0

Please sign in to comment.