From 6fd5b8b356180e05db2e50c0a8904f847eb9e0cc Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Mon, 5 Jan 2015 10:49:41 +0200 Subject: [PATCH] added kamailio lib --- hard_update_external_libs.py | 1 + update_external_libs.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hard_update_external_libs.py b/hard_update_external_libs.py index c281908fd..3ac1450b7 100755 --- a/hard_update_external_libs.py +++ b/hard_update_external_libs.py @@ -10,6 +10,7 @@ libs = ('code.google.com/p/goconf/conf', 'labix.org/v2/mgo', 'github.com/cgrates/fsock', 'github.com/cgrates/liner', + 'github.com/cgrates/kamevapi', 'github.com/go-sql-driver/mysql', 'github.com/hoisie/redis' 'github.com/howeyc/fsnotify', diff --git a/update_external_libs.sh b/update_external_libs.sh index 86d3ae8ce..b7a1dc29a 100755 --- a/update_external_libs.sh +++ b/update_external_libs.sh @@ -13,3 +13,5 @@ go get -u -v github.com/cgrates/liner go get -u -v github.com/cgrates/rpcclient go get -u -v github.com/jinzhu/gorm go get -u -v github.com/gorhill/cronexpr +go get -u -v github.com/cgrates/kamevapi +