mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
133 lines
5.8 KiB
Modula-2
133 lines
5.8 KiB
Modula-2
module github.com/cgrates/cgrates
|
|
|
|
go 1.22.1
|
|
|
|
// replace github.com/cgrates/radigo => ../radigo
|
|
|
|
// replace github.com/cgrates/rpcclient => ../rpcclient
|
|
|
|
// replace github.com/cgrates/fsock => ../fsock
|
|
|
|
// replace github.com/cgrates/kamevapi => ../kamevapi
|
|
|
|
// replace github.com/cgrates/aringo => ../aringo
|
|
|
|
require (
|
|
github.com/Azure/go-amqp v1.0.2
|
|
github.com/antchfx/xmlquery v1.3.18
|
|
github.com/aws/aws-sdk-go v1.47.4
|
|
github.com/blevesearch/bleve/v2 v2.4.0
|
|
github.com/cgrates/aringo v0.0.0-20220525160735-b5990313d99e
|
|
github.com/cgrates/baningo v0.0.0-20210413080722-004ffd5e429f
|
|
github.com/cgrates/birpc v1.3.1-0.20211117095917-5b0ff29f3084
|
|
github.com/cgrates/fsock v0.0.0-20240322171959-35309017b3e0
|
|
github.com/cgrates/janusgo v0.0.0-20240430092034-1c3db3c74595
|
|
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-20230605090759-8bb5188b73e5
|
|
github.com/cgrates/sipingo v1.0.1-0.20200514112313-699ebc1cdb8e
|
|
github.com/creack/pty v1.1.20
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/elastic/elastic-transport-go/v8 v8.3.0
|
|
github.com/elastic/go-elasticsearch/v8 v8.10.1
|
|
github.com/ericlagergren/decimal v0.0.0-20221120152707-495c53812d05
|
|
github.com/fiorix/go-diameter/v4 v4.0.4
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
|
|
github.com/mediocregopher/radix/v3 v3.8.1
|
|
github.com/miekg/dns v1.1.56
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/nats-io/nats.go v1.31.0
|
|
github.com/nyaruka/phonenumbers v1.1.8
|
|
github.com/peterh/liner v1.2.2
|
|
github.com/rabbitmq/amqp091-go v1.9.0
|
|
github.com/segmentio/kafka-go v0.4.44
|
|
github.com/ugorji/go/codec v1.2.12
|
|
go.mongodb.org/mongo-driver v1.12.1
|
|
golang.org/x/crypto v0.19.0
|
|
golang.org/x/net v0.21.0
|
|
golang.org/x/oauth2 v0.19.0
|
|
google.golang.org/api v0.169.0
|
|
gorm.io/driver/mysql v1.5.2
|
|
gorm.io/driver/postgres v1.5.4
|
|
gorm.io/gorm v1.25.5
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.25.1 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
github.com/RoaringBitmap/roaring v1.2.3 // indirect
|
|
github.com/antchfx/xpath v1.2.4 // indirect
|
|
github.com/bits-and-blooms/bitset v1.2.0 // indirect
|
|
github.com/blevesearch/bleve_index_api v1.1.6 // indirect
|
|
github.com/blevesearch/geo v0.1.20 // indirect
|
|
github.com/blevesearch/go-faiss v1.0.13 // indirect
|
|
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
|
|
github.com/blevesearch/goleveldb v1.0.1 // indirect
|
|
github.com/blevesearch/gtreap v0.1.1 // indirect
|
|
github.com/blevesearch/mmap-go v1.0.4 // indirect
|
|
github.com/blevesearch/scorch_segment_api/v2 v2.2.9 // indirect
|
|
github.com/blevesearch/segment v0.9.1 // indirect
|
|
github.com/blevesearch/snowballstem v0.9.0 // indirect
|
|
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
|
|
github.com/blevesearch/vellum v1.0.10 // indirect
|
|
github.com/blevesearch/zapx/v11 v11.3.10 // indirect
|
|
github.com/blevesearch/zapx/v12 v12.3.10 // indirect
|
|
github.com/blevesearch/zapx/v13 v13.3.10 // indirect
|
|
github.com/blevesearch/zapx/v14 v14.3.10 // indirect
|
|
github.com/blevesearch/zapx/v15 v15.3.13 // indirect
|
|
github.com/blevesearch/zapx/v16 v16.0.12 // indirect
|
|
github.com/cenkalti/hub v1.0.1 // indirect
|
|
github.com/couchbase/ghistogram v0.1.0 // indirect
|
|
github.com/couchbase/moss v0.2.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/google/s2a-go v0.1.7 // 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.12.2 // indirect
|
|
github.com/ishidawataru/sctp v0.0.0-20190922091402-408ec287e38c // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.4.3 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/json-iterator/go v0.0.0-20171115153421-f7279a603ede // indirect
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.3 // indirect
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
github.com/nats-io/nkeys v0.4.5 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.15 // 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-20181117223130-1be2e3e5546d // indirect
|
|
go.etcd.io/bbolt v1.3.7 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.13.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240304161311-37d4d3c04a78 // indirect
|
|
google.golang.org/grpc v1.62.1 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
nhooyr.io/websocket v1.8.11 // indirect
|
|
)
|