summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-12-04 02:01:18 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-12-04 02:01:18 (GMT)
commitef640c5a4b1dbd52ff2b125cb9abd33a2d562b62 (patch)
treef2acfe9267d40ae7e2871a322aee93ca4c1d98ec /Makefile
parent89f0eec04192fa849a9f0d6a2eec697686ff3540 (diff)
fetching of user passwords works now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1b5259..9817199 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ GOCMD := go
getlibs: export GOPATH=$(curdir)
getlibs:
$(GOCMD) get "github.com/vaughan0/go-ini"
+ $(GOCMD) get "github.com/go-sql-driver/mysql"
# $(GOCMD) get "github.com/gorilla/websocket"
vet: export GOPATH=$(curdir)