Robert Clark
1b27430b50
Updating AWS-SDK-Go to version 1.38.49
...
This commit is for all the vendor specific code changes introduced
by pinning the dependency at 1.38.49 and running update-vendor.sh
lint-dependencies.sh shows no issues
2021-06-17 08:42:25 -07:00
David Porter
8af7405f17
vendor: cadvisor v0.38.4
2020-11-13 19:52:57 +00:00
Qing Ju
b57d040247
Upgraded aws-sdk-go to v1.35.5 to include more regions, i.e. Millan
...
./hack/pin-dependency.sh github.com/aws/aws-sdk-go v1.35.5
./hack/update-vendor.sh
./hack/lint-dependencies.sh
// Additional changes required by lint-dependencies
hack/pin-dependency.sh github.com/jmespath/go-jmespath v0.4.0
./hack/update-vendor.sh
./hack/lint-dependencies.sh
2020-10-07 16:48:19 -07:00
Sri Saran Balaji Vellore Rajakumar
a94346bef9
Update aws-sdk-go dependency to v1.28.2
2020-01-16 19:22:14 -08:00
Micah Hausler
9842136eed
Updated AWS SDK to v1.16.26 for ECR privatelink support
2019-01-28 14:31:53 -08:00
eisig
3a19e4cb1e
update aws-sdk to support new region
2018-06-28 05:21:53 +00:00
Justin Santa Barbara
330c10af13
Update AWS SDK to 1.12.7
...
Fix #54032
2017-10-27 20:19:27 -04:00
David Ashpole
9737b41189
updated cadvisor to latest version; updated aws dependency to same as cadvisor
2017-01-18 10:55:35 -08:00
Matthew Rudy Jacobs
430cf60b0f
Update aws-sdk-go: v1.0.7 -> v1.0.8
...
Adds support for the ap-northeast-2 (Seoul) region
2016-05-14 01:15:55 +08: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