Skip to content

Commit

Permalink
update vendored deps and clean up makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed Apr 16, 2017
1 parent bb034fe commit d3d5082
Show file tree
Hide file tree
Showing 14 changed files with 284 additions and 106 deletions.
19 changes: 2 additions & 17 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
DEPS = $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)

all: deps bindata fmt ui
all: bindata fmt ui

ui:
go install .
Expand All @@ -15,17 +13,4 @@ bindata-deps:
fmt:
go fmt ./...

deps: bindata-deps
#FIXME cleanup this
go get github.com/mailhog/http
go get github.com/mailhog/MailHog/config
go get github.com/ian-kent/go-log/log
go get github.com/ian-kent/envconf
go get github.com/ian-kent/goose
go get github.com/ian-kent/linkio
go get gopkg.in/mgo.v2

test-deps:
go get github.com/smartystreets/goconvey

.PNONY: all ui bindata bindata-deps fmt deps test-deps
.PNONY: all ui bindata bindata-deps fmt
48 changes: 24 additions & 24 deletions assets/assets.go

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions vendor/github.com/gorilla/context/README.md

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

6 changes: 6 additions & 0 deletions vendor/github.com/gorilla/context/doc.go

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

69 changes: 63 additions & 6 deletions vendor/github.com/gorilla/mux/README.md

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

26 changes: 26 additions & 0 deletions vendor/github.com/gorilla/mux/context_gorilla.go

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/gorilla/mux/context_native.go

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

25 changes: 25 additions & 0 deletions vendor/github.com/gorilla/mux/doc.go

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

Loading

0 comments on commit d3d5082

Please sign in to comment.