Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace glide with govendor, bump vendors #11

Merged
merged 2 commits into from
Nov 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ steps:
command: "make build"
artifact_paths: "build/*"
plugins:
docker-compose#e8ce6c1:
run: build
- docker-compose:
run: "build"

- wait

Expand Down
39 changes: 0 additions & 39 deletions glide.lock

This file was deleted.

10 changes: 0 additions & 10 deletions glide.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/aws/aws-sdk-go/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions vendor/github.com/aws/aws-sdk-go/.godoc_config

This file was deleted.

23 changes: 0 additions & 23 deletions vendor/github.com/aws/aws-sdk-go/.travis.yml

This file was deleted.

7 changes: 0 additions & 7 deletions vendor/github.com/aws/aws-sdk-go/.yardopts

This file was deleted.

6 changes: 0 additions & 6 deletions vendor/github.com/aws/aws-sdk-go/Gemfile

This file was deleted.

119 changes: 0 additions & 119 deletions vendor/github.com/aws/aws-sdk-go/Makefile

This file was deleted.

96 changes: 0 additions & 96 deletions vendor/github.com/aws/aws-sdk-go/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading