Skip to content

Add godeps to revision lock cloudwatch library. - #2

Open
rpond-pa wants to merge 1 commit into
masterfrom
use_godep_for_dependencies
Open

Add godeps to revision lock cloudwatch library.#2
rpond-pa wants to merge 1 commit into
masterfrom
use_godep_for_dependencies

Conversation

@rpond-pa

Copy link
Copy Markdown
Contributor

This change introduces godep to mark the dependencies on external libraries.

To install godep:

  go get github.com/kr/godep

To generate the initial Godeps file run:

  godep save -copy=false

This creates a dependency JSON file. I edited the verison SHA's for two libraries:

https://github.com/crowdmob/goamz/aws
https://github.com/crowdmob/goamz/cloudwatch

I set the SHA to this version:

bfa553e3b7d6416a36cb81ff5f379acfb9b93f0d

Using this SHA for the libaries, I was able to get the build to work with the following command:

  godep go build

This change introduces `godep` to mark the
dependencies on external libraries.

To install `godep`:

  go get github.com/kr/godep

To generate the initial Godeps file run:

  godep save -copy=false

This creates a dependency JSON file.  I edited
the verison SHA's for two libraries:

  https://github.com/crowdmob/goamz/aws
  https://github.com/crowdmob/goamz/cloudwatch

I set the SHA to this version:

  bfa553e3b7d6416a36cb81ff5f379acfb9b93f0d

Using this SHA for the libaries, I was able
to get the build to work with the following command:

  godep go build
@billeisenhauer

Copy link
Copy Markdown

Is this PR needed so that we can successfully build? What are the next steps on this one? There are no to-dos in the PR description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants