Skip to content

Commit

Permalink
add update_vendor.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
frankbraun committed Sep 26, 2015
1 parent 4dbd86c commit ce89efd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions update_vendor.sh
@@ -0,0 +1,7 @@
#!/bin/sh -ex

go get -u -v github.com/kardianos/govendor
rm -rf vendor
go get -u -v -t ./...
govendor init
govendor add +external

0 comments on commit ce89efd

Please sign in to comment.