Skip to content

Commit

Permalink
Create Gomfile to manage dependencies
Browse files Browse the repository at this point in the history
This uses gom (https://github.com/mattn/gom) to manage dependencies.
The resulting _vendor dir matches the existing vendor dir.
  • Loading branch information
alext committed Oct 20, 2014
1 parent 777a3f0 commit 6de177d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.bundle/
/gopath.tmp
/router
/_vendor
1 change: 1 addition & 0 deletions Gomfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gom 'labix.org/v2/mgo', :commit => '245'

0 comments on commit 6de177d

Please sign in to comment.