autogenerated

This commit is contained in:
Mike Danese
2017-04-12 09:05:10 -07:00
parent 5b12a2abb9
commit a05c3c0efd
1793 changed files with 39815 additions and 22946 deletions

View File

@@ -19,9 +19,9 @@ go_library(
srcs = ["main.go"],
tags = ["automanaged"],
deps = [
"//vendor:github.com/codegangsta/negroni",
"//vendor:github.com/gorilla/mux",
"//vendor:github.com/xyproto/simpleredis",
"//vendor/github.com/codegangsta/negroni:go_default_library",
"//vendor/github.com/gorilla/mux:go_default_library",
"//vendor/github.com/xyproto/simpleredis:go_default_library",
],
)