mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
62 lines
3.1 KiB
Modula-2
62 lines
3.1 KiB
Modula-2
module github.com/cgrates/cgrates
|
|
|
|
go 1.15
|
|
|
|
// replace github.com/cgrates/radigo => /home/dan/go/src/github.com/cgrates/radigo
|
|
// replace github.com/cgrates/rpcclient => ../rpcclient
|
|
|
|
require (
|
|
cloud.google.com/go v0.41.1-0.20190715155837-570ba224802b // indirect
|
|
github.com/Azure/azure-sdk-for-go v33.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.9.1 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.6.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
github.com/antchfx/xmlquery v1.0.1-0.20190615060324-ebb6e8b1d119
|
|
github.com/antchfx/xpath v1.0.1-0.20190715042825-b6dbe470e102 // indirect
|
|
github.com/aws/aws-sdk-go v1.23.18
|
|
github.com/cenk/hub v1.0.0 // indirect
|
|
github.com/cenkalti/hub v1.0.1-0.20160527103212-11382a9960d3 // indirect
|
|
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-20190623100231-317895b42f1a
|
|
github.com/cgrates/kamevapi v0.0.0-20191001125829-7dbc3ad58817
|
|
github.com/cgrates/ltcache v0.0.0-20181016092649-92fb7fa77cca
|
|
github.com/cgrates/radigo v0.0.0-20200102144505-ef98592ff532
|
|
github.com/cgrates/rpcclient v0.0.0-20200528120144-984f478f0a69
|
|
github.com/creack/pty v1.1.11
|
|
github.com/fiorix/go-diameter v3.0.3-0.20190716165154-f4823472d0e0+incompatible
|
|
github.com/fortytw2/leaktest v1.3.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.8-0.20190312181446-1485a34d5d57
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
|
|
github.com/hashicorp/golang-lru v0.5.2-0.20190520140433-59383c442f7d // indirect
|
|
github.com/ishidawataru/sctp v0.0.0-20180918013207-6e2cb1366111 // indirect
|
|
github.com/jinzhu/gorm v1.9.10
|
|
github.com/lib/pq v1.2.0
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.5-0.20181218000649-703b5e6b11ae // indirect
|
|
github.com/mediocregopher/radix.v2 v0.0.0-20181115013041-b67df6e626f9
|
|
github.com/miekg/dns v1.1.17
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/nyaruka/phonenumbers v1.0.45
|
|
github.com/peterh/liner v1.1.1-0.20190305032635-6f820f8f90ce
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/pkg/errors v0.8.2-0.20190227000051-27936f6d90f9 // indirect
|
|
github.com/pquerna/ffjson v0.0.0-20190813045741-dac163c6c0a9 // indirect
|
|
github.com/segmentio/kafka-go v0.3.3
|
|
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
|
|
github.com/tidwall/pretty v1.0.0 // indirect
|
|
github.com/tinylib/msgp v1.1.0 // indirect
|
|
github.com/ugorji/go v0.0.0-20171112025056-5a66da2e74af
|
|
github.com/xdg/stringprep v1.0.1-0.20180714160509-73f8eece6fdc // indirect
|
|
go.mongodb.org/mongo-driver v1.1.1
|
|
go.opencensus.io v0.22.1-0.20190713072201-b4a14686f0a9 // indirect
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
|
|
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
golang.org/x/sys v0.0.0-20201008064518-c1f3e3309c71 // indirect
|
|
google.golang.org/api v0.10.0
|
|
pack.ag/amqp v0.12.2
|
|
)
|