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 +