Graham Hayes
|
2d02feb5ce
|
Add new vendored code OpenStack Security Groups
To deal with Security Groups in kubernetes we need the gophercloud
code for groups and rules.
This adds the required vendored code
|
2016-10-11 08:45:18 -07:00 |
|
Angus Lees
|
045663d43d
|
Add gophercloud openstack/networking/v2/extensions
Aka github.com/rackspace/gophercloud/openstack/networking/v2/extensions
|
2016-08-01 11:35:25 +10:00 |
|
Davide Agnello
|
bb1ae12906
|
Vendor/Godep updates
|
2016-06-08 18:17:42 -07:00 |
|
saadali
|
c708e2cc82
|
Update vendor dir and Godeps.json with new Godep
|
2016-05-11 17:02:50 -07:00 |
|
Tim Hockin
|
3c0c5ed4e0
|
Move deps from _workspace/ to vendor/
godep restore
pushd $GOPATH/src/github.com/appc/spec
git co master
popd
go get go4.org/errorutil
rm -rf Godeps
godep save ./...
git add vendor
git add -f $(git ls-files --other vendor/)
git co -- Godeps/LICENSES Godeps/.license_file_state Godeps/OWNERS
|
2016-05-08 20:30:21 -07:00 |
|