Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the docker/spdystream dependency #19977

Merged
merged 2 commits into from
Jan 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

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

5 changes: 3 additions & 2 deletions Godeps/LICENSES.md

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

2 changes: 1 addition & 1 deletion Godeps/_workspace/src/github.com/docker/spdystream/LICENSE

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

425 changes: 425 additions & 0 deletions Godeps/_workspace/src/github.com/docker/spdystream/LICENSE.docs

Large diffs are not rendered by default.

29 changes: 28 additions & 1 deletion Godeps/_workspace/src/github.com/docker/spdystream/MAINTAINERS

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

3 changes: 1 addition & 2 deletions Godeps/_workspace/src/github.com/docker/spdystream/README.md

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

39 changes: 32 additions & 7 deletions Godeps/_workspace/src/github.com/docker/spdystream/connection.go

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

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

9 changes: 9 additions & 0 deletions Godeps/_workspace/src/github.com/stretchr/testify/LICENCE.txt

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

1 change: 1 addition & 0 deletions hack/update-godep-licenses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ exec docker run --rm -i -v "${KUBE_ROOT}:/repo" mesosphere/godep-licenses:latest
-e github.com/spf13/cobra:Apache-2 \
-e github.com/stretchr/objx:MIT? \
-e github.com/stretchr/testify:MIT? \
-e github.com/docker/spdystream:SeeFile \
-o md > Godeps/LICENSES.md