Patrick Ohly
|
27b9a9c238
|
vendor: update gomega to v1.7.0
Updated to keep both Ginkgo and Gomega at the latest releases.
|
2019-10-04 21:38:51 +02:00 |
|
David Ashpole
|
fec22bbb25
|
update gomega godep
|
2019-02-19 13:22:45 -08:00 |
|
Tim St. Clair
|
b19d71792f
|
Update gomega godeps to include gstruct
|
2016-09-28 13:44:36 -07:00 |
|
Ryan Hitchman
|
c67d403d43
|
Fix Ginkgo entries in Godeps.json. (#29402)
|
2016-08-02 13:18:18 -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 |
|