Skip to content

Commit 0064bd8

Browse files
committed
Add Gomfile
1 parent cc230ab commit 0064bd8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
config.yml
2-
gate
2+
gate
3+
/.gondler/

Gomfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# vim: ft=ruby
2+
itself "github.com/typester/gate"
3+
gom "github.com/go-martini/martini"
4+
gom "github.com/golang/oauth2"
5+
gom "github.com/sorah/oauth2", branch: 'origin/oauth2-compat', as: 'github.com/martini-contrib/oauth2' # https://github.com/martini-contrib/oauth2/pull/36
6+
gom "github.com/martini-contrib/sessions"

0 commit comments

Comments
 (0)