Skip to content

Commit

Permalink
Added deps, updated Dockerfile. This closes txn2#2
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Mar 23, 2018
1 parent 9ba9ad7 commit 7ed6e9a
Show file tree
Hide file tree
Showing 35 changed files with 4,730 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ FROM arm32v7/golang:1.9 AS builder
ENV GOPATH /go
WORKDIR /go/src

RUN go get github.com/bhoriuchi/go-bunyan/bunyan
RUN go get github.com/gorilla/mux
RUN go get github.com/gorilla/handlers

RUN mkdir -p /go/src/github.com/cjimti/iotwifi
COPY . /go/src/github.com/cjimti/iotwifi

Expand Down
21 changes: 21 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.

21 changes: 21 additions & 0 deletions vendor/github.com/bhoriuchi/go-bunyan/LICENSE

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

71 changes: 71 additions & 0 deletions vendor/github.com/bhoriuchi/go-bunyan/bunyan/bunyan.go

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

13 changes: 13 additions & 0 deletions vendor/github.com/bhoriuchi/go-bunyan/bunyan/constants.go

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

65 changes: 65 additions & 0 deletions vendor/github.com/bhoriuchi/go-bunyan/bunyan/doc.go

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

124 changes: 124 additions & 0 deletions vendor/github.com/bhoriuchi/go-bunyan/bunyan/log.go

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

Loading

0 comments on commit 7ed6e9a

Please sign in to comment.