summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-19 02:01:39 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-19 02:01:39 +0200
commit62f3f0a3590839fc412175fb6cb0b5d9493d951b (patch)
tree3cf6643e821eaa01d2c1d4a5c2a07e490ce80610 /src/hub/Makefile
parentadded improved sanity checks (diff)
added inital geo-ip lookup
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index b7640f7..2d6da98 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -41,6 +41,7 @@ EXECUTEABLE := sfive-hub
LIBS := "github.com/boltdb/bolt" \
"github.com/pborman/uuid" \
"github.com/Yawning/cryptopan" \
+ "github.com/rainycape/geoip" \
"github.com/equinox0815/graphite-golang"