Files
cgrates/go.mod
Tripon Alexandru-Ionut e86a0c77f0 Updated to go.mod
2019-09-04 16:22:08 +02:00

47 lines
2.2 KiB
Modula-2

module github.com/cgrates/cgrates
go 1.12
require (
github.com/antchfx/xmlquery v0.0.0-20180925013719-07935b1c0f2e
github.com/antchfx/xpath v0.0.0-20180922041825-3de91f3991a1
github.com/aws/aws-sdk-go v0.0.0-20190204225153-38d16b00d959
github.com/cenkalti/hub v0.0.0-20160527103212-11382a9960d3
github.com/cenkalti/rpc2 v0.0.0-20180727162946-9642ea02d0aa
github.com/cgrates/aringo v0.0.0-20181115151919-f996da7890ea
github.com/cgrates/fsock v0.0.0-20180629100914-bcbd5e75c07d
github.com/cgrates/go-diameter v0.0.0-20190305181340-74cc2c72ff0c
github.com/cgrates/kamevapi v0.0.0-20180423120959-0e0d0379606f
github.com/cgrates/ltcache v0.0.0-20181016092649-92fb7fa77cca
github.com/cgrates/osipsdagram v0.0.0-20150510101557-3d6beed66345
github.com/cgrates/radigo v0.0.0-20181207143118-e5c8f3272ccc
github.com/cgrates/rpcclient v0.0.0-20190505150825-8fcc68b2c38b
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490
github.com/fsnotify/fsnotify v0.0.0-20180830220226-ccc981bf8038
github.com/go-sql-driver/mysql v0.0.0-20180719071942-99ff426eb706
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
github.com/ishidawataru/sctp v0.0.0-20180918013207-6e2cb1366111
github.com/jinzhu/gorm v0.0.0-20180914075349-5be9bd341358
github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
github.com/kr/pty v1.1.3
github.com/lib/pq v1.0.0
github.com/mattn/go-runewidth v0.0.3
github.com/mediocregopher/radix.v2 v0.0.0-20180603022615-94360be26253
github.com/miekg/dns v1.1.8
github.com/mitchellh/mapstructure v1.0.0
github.com/mongodb/mongo-go-driver v0.0.0-20190107203312-4f3b0a882e7d
github.com/peterh/liner v1.1.0
github.com/streadway/amqp v0.0.0-20180806233856-70e15c650864
github.com/ugorji/go v0.0.0-20171112025056-5a66da2e74af
github.com/vcabbage/amqp v0.11.0
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
golang.org/x/sys v0.0.0-20190412213103-97732733099d
golang.org/x/text v0.3.0
)