Skip to content

Commit

Permalink
Add errgroup dependency
Browse files Browse the repository at this point in the history
Signed-off-by: liz <[email protected]>
  • Loading branch information
liztio committed Jul 9, 2018
1 parent d33f8f6 commit 07372bf
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gopkg.lock

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

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@
[[constraint]]
branch = "release-8.0"
name = "k8s.io/client-go"

[[constraint]]
branch = "master"
name = "golang.org/x/sync"
3 changes: 3 additions & 0 deletions vendor/golang.org/x/sync/AUTHORS

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

3 changes: 3 additions & 0 deletions vendor/golang.org/x/sync/CONTRIBUTORS

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

27 changes: 27 additions & 0 deletions vendor/golang.org/x/sync/LICENSE

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

22 changes: 22 additions & 0 deletions vendor/golang.org/x/sync/PATENTS

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

67 changes: 67 additions & 0 deletions vendor/golang.org/x/sync/errgroup/errgroup.go

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

0 comments on commit 07372bf

Please sign in to comment.