Skip to content

Commit

Permalink
added godeps
Browse files Browse the repository at this point in the history
  • Loading branch information
yawhide committed May 4, 2016
1 parent 20329d2 commit ceae04c
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Godeps.json
@@ -0,0 +1,14 @@
{
"ImportPath": "github.com/yawhide/lol-counter",
"GoVersion": "go1.6",
"Deps": [
{
"ImportPath": "github.com/spf13/viper",
"Rev": "f904a1790545169368e8d37badd19d1895d94f29"
},
{
"ImportPath": "gopkg.in/pg.v4",
"Rev": "8f13b90be6f59ed733caea6929cc20d53ff88828"
}
]
}
133 changes: 133 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.

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -5,3 +5,4 @@ Submission for the riot april 2016 api challenge
- https://github.com/codegangsta/gin
- https://github.com/spf13/viper
- http://gopkg.in/pg.v4
- http://github.com/tools/godep

0 comments on commit ceae04c

Please sign in to comment.