codahale / sneaker

A tool for securely storing secrets on S3 using Amazon KMS.
Other
800 stars 34 forks source link

Issue compiling due to missing submodules #29

Closed antoniobeyah closed 7 years ago

antoniobeyah commented 7 years ago

When attempting to compile this following the instructions you get an error. The error output is below. You are able to continue with the remaining steps but the go get does exit 1 so it makes it difficult to have performed in automation.

-> docker run -it golang bash
root@22a6cc1c9b32:/go# go get -d -u github.com/codahale/sneaker
# cd /go/src/github.com/codahale/sneaker; git submodule update --init --recursive
No submodule mapping found in .gitmodules for path 'vendor/github.com/aws/aws-sdk-go'
package github.com/codahale/sneaker: exit status 1