mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Adding JsonConfigReader to external libs
This commit is contained in:
@@ -16,6 +16,7 @@ libs = ('code.google.com/p/goconf/conf',
|
||||
'github.com/howeyc/fsnotify',
|
||||
'github.com/jinzhu/gorm',
|
||||
'github.com/gorhill/cronexpr',
|
||||
"github.com/DisposaBoy/JsonConfigReader"
|
||||
)
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
@@ -14,4 +14,5 @@ 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
|
||||
go get -u -v github.com/DisposaBoy/JsonConfigReader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user