mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
87 lines
3.7 KiB
Modula-2
87 lines
3.7 KiB
Modula-2
module github.com/cgrates/cgrates
|
|
|
|
go 1.24.0
|
|
|
|
// replace github.com/cgrates/radigo => /home/dan/go/src/github.com/cgrates/radigo
|
|
// replace github.com/cgrates/rpcclient => ../rpcclient
|
|
|
|
require (
|
|
github.com/Azure/go-amqp v1.0.5
|
|
github.com/antchfx/xmlquery v1.4.1
|
|
github.com/aws/aws-sdk-go v1.55.5
|
|
github.com/cenkalti/rpc2 v1.0.3
|
|
github.com/cgrates/aringo v0.0.0-20220525160735-b5990313d99e
|
|
github.com/cgrates/birpc v1.3.1-0.20211117095917-5b0ff29f3084
|
|
github.com/cgrates/fsock v0.0.0-20240522220429-b6cc1d96fd2b
|
|
github.com/cgrates/go-diameter v0.0.0-20260107110131-c7c2da637acf
|
|
github.com/cgrates/kamevapi v0.0.0-20240307160311-26273f03eedf
|
|
github.com/cgrates/ltcache v0.0.0-20240411152156-e673692056db
|
|
github.com/cgrates/radigo v0.0.0-20240123163129-491c899df727
|
|
github.com/cgrates/rpcclient v0.0.0-20240816141816-52dd1074499e
|
|
github.com/creack/pty v1.1.23
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mediocregopher/radix.v2 v0.0.0-20181115013041-b67df6e626f9
|
|
github.com/miekg/dns v1.1.62
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/nyaruka/phonenumbers v1.1.8
|
|
github.com/peterh/liner v1.2.2
|
|
github.com/rabbitmq/amqp091-go v1.10.0
|
|
github.com/segmentio/kafka-go v0.4.47
|
|
github.com/ugorji/go/codec v1.2.12
|
|
go.mongodb.org/mongo-driver v1.16.1
|
|
golang.org/x/net v0.28.0
|
|
golang.org/x/oauth2 v0.22.0
|
|
google.golang.org/api v0.192.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/auth v0.8.1 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
|
|
cloud.google.com/go/compute/metadata v0.5.0 // indirect
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/antchfx/xpath v1.3.1 // indirect
|
|
github.com/cenkalti/hub v1.0.2 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/s2a-go v0.1.8 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
|
|
github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
|
|
go.opentelemetry.io/otel v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.28.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.28.0 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240730163845-b1a4ccb954bf // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
|
|
google.golang.org/grpc v1.65.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
)
|