forked from cgrates/cgrates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
64 lines (60 loc) · 3.12 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
module github.com/cgrates/cgrates
go 1.14
// replace github.com/cgrates/radigo => ../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-20200324152710-35e651804ad1
github.com/cgrates/rpcclient v0.0.0-20200528120144-984f478f0a69
github.com/cgrates/sipingo v1.0.1-0.20200514112313-699ebc1cdb8e
github.com/creack/pty v1.1.7
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ericlagergren/decimal v0.0.0-20191206042408-88212e6cfca9
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/robfig/cron v1.2.0
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/net v0.0.0-20190909003024-a7b16738d86b
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
google.golang.org/api v0.10.0
pack.ag/amqp v0.12.2
)