Skip to content

Commit

Permalink
#461: add aws sdk to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte committed Jun 21, 2018
1 parent 32ee236 commit a51c341
Show file tree
Hide file tree
Showing 141 changed files with 48,985 additions and 2 deletions.
51 changes: 50 additions & 1 deletion cmd/dm/Gopkg.lock

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

4 changes: 4 additions & 0 deletions cmd/dm/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@
[prune]
go-tests = true
unused-packages = true

[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.14.11"
1 change: 0 additions & 1 deletion cmd/dm/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ docker build -t dotmesh-cli-builder:$CI_DOCKER_TAG -f Dockerfile.build .
docker run -i \
--name "${ARTEFACT_CONTAINER}" \
-v "${DIR}:/go/src/github.com/dotmesh-io/dotmesh/cmd/dm" \
-v "${GOPATH}/src/github.com/aws:/go/src/github.com/aws" \
-v "${OUTPUT_DIR}:/target" \
-e GOOS \
-e CGO_ENABLED=0 \
Expand Down
11 changes: 11 additions & 0 deletions cmd/dm/vendor/github.com/aws/aws-sdk-go/.gitignore

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

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

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

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

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

Loading

0 comments on commit a51c341

Please sign in to comment.