Skip to content

Commit

Permalink
*: use godep
Browse files Browse the repository at this point in the history
  • Loading branch information
cyphar committed Feb 5, 2016
1 parent c7e707f commit 433994f
Show file tree
Hide file tree
Showing 287 changed files with 104,780 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Expand Up @@ -22,6 +22,8 @@
FROM golang:1.5.3
MAINTAINER "Aleksa Sarai <cyphar@cyphar.com>"

RUN go get -v github.com/tools/godep

WORKDIR /go/src/github.com/cyphar/mkonion
COPY . /go/src/github.com/cyphar/mkonion
RUN go get -v github.com/cyphar/mkonion
RUN godep restore
40 changes: 40 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.

2 changes: 2 additions & 0 deletions Godeps/_workspace/.gitignore

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

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

7 changes: 7 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/.travis.yml

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

55 changes: 55 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md

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

21 changes: 21 additions & 0 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/LICENSE

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

0 comments on commit 433994f

Please sign in to comment.