Skip to content

Commit

Permalink
Freeze dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Nov 9, 2015
1 parent aaa5cdd commit 0444ee9
Show file tree
Hide file tree
Showing 241 changed files with 59,485 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ ENV CLAWIO_LOCALSTOREMETA_PORT 57001
ENV CLAWIO_LOCALSTOREMETA_PROP "service-localstore-prop"
ENV CLAWIO_SHAREDSECRET secret

RUN go get -u github.com/clawio/service.localstore.meta
ADD . /go/src/clawio/service.localstore.meta

RUN go get -u github.com/tools/godep
RUN cd /go/src/clawio/service.localstore.meta
RUN godep restore
RUN go install

ENTRYPOINT /go/bin/service.localstore.meta

Expand Down
51 changes: 51 additions & 0 deletions Godeps/Godeps.json

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

5 changes: 5 additions & 0 deletions Godeps/Readme

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

24 changes: 24 additions & 0 deletions vendor/github.com/clawio/grpcxlog/.gitignore

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

Loading

0 comments on commit 0444ee9

Please sign in to comment.