Vendor kubernetes streaming server

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-08-05 01:36:22 +00:00
parent 6c2d1ba8db
commit 53a8cdf14f
470 changed files with 310509 additions and 2 deletions

View File

@@ -23,5 +23,10 @@ set -o pipefail
# TODO(random-liu): Remove this after #106 is resolved.
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/..
cd ${ROOT}
echo "Replace invalid imports..."
find vendor/ -name *.go | xargs sed -i 's/"github.com\/Sirupsen\/logrus"/"github.com\/sirupsen\/logrus"/g'
echo "Sort vendor.conf..."
sort vendor.conf -o vendor.conf
echo "Please commit the change made by this file..."