Skip to content

Commit

Permalink
Enable vendoring for github.com/go-swagger dependency
Browse files Browse the repository at this point in the history
Building in a Docker container based on `golang` doesn't work at `427560a`: C.f harness@2d37d66
  • Loading branch information
hkjn committed Nov 10, 2015
1 parent 427560a commit 8197942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deps:
go get -u github.com/franela/goblin
go get -u github.com/PuerkitoBio/goquery
go get -u github.com/russross/blackfriday
GO15VENDOREXPERIMENT=0 go get -u github.com/go-swagger/go-swagger/...
GO15VENDOREXPERIMENT=1 go get -u github.com/go-swagger/go-swagger/...

gen: gen_static gen_template gen_migrations

Expand Down

0 comments on commit 8197942

Please sign in to comment.